Administrator
2021-06-24 c7cb6f63e206581e27e1cd43fd92c4f347aa5baa
Merge branch 'master' of http://192.168.0.105:10010/r/jfptweb-publicSecurity
8 files modified
40 ■■■■ changed files
public/index.html 2 ●●● patch | view | raw | blame | history
src/config/website.js 6 ●●●● patch | view | raw | blame | history
src/lang/zh.js 6 ●●●● patch | view | raw | blame | history
src/page/index/logo.vue 6 ●●●● patch | view | raw | blame | history
src/router/views/index.js 12 ●●●● patch | view | raw | blame | history
src/views/dataL/homeL.vue 2 ●●● patch | view | raw | blame | history
src/views/policeTracking/policeTracking.vue 2 ●●● patch | view | raw | blame | history
src/views/realTimePolice/real.vue 4 ●●●● patch | view | raw | blame | history
public/index.html
@@ -19,7 +19,7 @@
  <script type="text/javascript" src='https://webapi.amap.com/maps?v=1.4.11&key=7ab53b28352e55dc5754699add0ad862&plugin=AMap.PlaceSearch'></script>
  <script src="https://webapi.amap.com/ui/1.0/main.js?v=1.0.11"></script>
  <link rel="icon" href="img/1.jpg">
  <title>警群联控后台管理系统</title>
  <title>群防群控后台管理系统</title>
  <style>
    html,
    body,
src/config/website.js
@@ -2,10 +2,10 @@
 * 全局配置文件
 */
export default {
  title: "警群联控后台管理系统",
  title: "群防群控后台管理系统",
  logo: "S",
  key: '警群联控后台管理系统',//配置主键,目前用于存储
  indexTitle: '警群联控后台管理系统',
  key: '群防群控后台管理系统',//配置主键,目前用于存储
  indexTitle: '群防群控后台管理系统',
  clientId: 'saber', // 客户端id
  clientSecret: 'saber_secret', // 客户端密钥
  tenantMode: true, // 是否开启租户模式
src/lang/zh.js
@@ -1,6 +1,6 @@
export default {
  tip: '提示',
  title: '警群联控后台管理系统',
  title: '群防群控后台管理系统',
  logoutTip: '退出系统, 是否继续?',
  submitText: '确定',
  cancelText: '取消',
@@ -66,8 +66,8 @@
    test: '测试页面'
  },
  login: {
    title: '警群联控后台管理系统 ',
    info: '警群联控后台管理系统',
    title: '群防群控后台管理系统 ',
    info: '群防群控后台管理系统',
    tenantId: '请输入租户ID',
    username: '请输入账号',
    password: '请输入密码',
src/page/index/logo.vue
@@ -364,7 +364,7 @@
        },
      }).then(function (response) {
        var userId = JSON.parse(
          window.localStorage.getItem("警群联控后台管理系统-userInfo")
          window.localStorage.getItem("群防群控后台管理系统-userInfo")
        ).content.user_id;
        if (response.data.data.records.length > 0) {
@@ -822,7 +822,7 @@
        }
        if (window.socket.readyState == WebSocket.OPEN) {
          var userId = JSON.parse(
            window.localStorage.getItem("警群联控后台管理系统-userInfo")
            window.localStorage.getItem("群防群控后台管理系统-userInfo")
          ).content.user_id;
          window.socket.send(userId);
@@ -852,7 +852,7 @@
      Recorder.getPermission().then(() => {});
      this.videoConversationReal = true;
      var userId = JSON.parse(
        window.localStorage.getItem("警群联控后台管理系统-userInfo")
        window.localStorage.getItem("群防群控后台管理系统-userInfo")
      ).content.user_id;
      newAxios
        .post(
src/router/views/index.js
@@ -11,7 +11,7 @@
                i18n: 'dashboard'
            },
            component: () =>
                import ( /* webpackChunkName: "views" */ '@/views/alarmManagement/alarmAnalysis')
                import ( /* webpackChunkName: "views" */ '@/views/realTimePolice/real')
        }]
    },
@@ -300,9 +300,9 @@
    }, {
        path: '/article',
        component: Layout,
        redirect: '/article/article',
        redirect: '/article/index',
        children: [{
            path: 'article',
            path: 'index',
            name: '资讯管理',
            meta: {
                i18n: 'article'
@@ -313,9 +313,9 @@
    }, {
        path: '/feedbackReport',
        component: Layout,
        redirect: '/feedbackReport/feedbackReport',
        redirect: '/feedbackReport/index',
        children: [{
            path: 'feedbackReport',
            path: 'index',
            name: '取证上报',
            meta: {
                i18n: 'feedbackReport'
@@ -460,4 +460,4 @@
]
]
src/views/dataL/homeL.vue
@@ -1,7 +1,7 @@
<template>
  <div id="homeL">
    <div class="homeL-up">
      <span class="h1">警群联控后台管理系统</span>
      <span class="h1">群防群控后台管理系统</span>
<!--      <span class="h2">IoT security cloud service platform</span>-->
    </div>
    <div class="homeL-bar">
src/views/policeTracking/policeTracking.vue
@@ -550,7 +550,7 @@
        var that = this;
        var userId = JSON.parse(
          window.localStorage.getItem("警群联控后台管理系统-userInfo")
          window.localStorage.getItem("群防群控后台管理系统-userInfo")
        ).content.real_name;
        if (that.form.securityArr != null && that.form.securityArr != ""){
src/views/realTimePolice/real.vue
@@ -473,7 +473,7 @@
          row.securityArr = security.substring(0, security.length - 1);
        }
        var userId = JSON.parse(
          window.localStorage.getItem("警群联控后台管理系统-userInfo")
          window.localStorage.getItem("群防群控后台管理系统-userInfo")
        ).content.real_name;
        if (row.securityArr == "" || row.securityArr == null) {
@@ -502,7 +502,7 @@
      rowUpdate(row, index, done, loading) {
        var userId = JSON.parse(
          window.localStorage.getItem("警群联控后台管理系统-userInfo")
          window.localStorage.getItem("群防群控后台管理系统-userInfo")
        ).content.real_name;
        if (typeof row.securityArr != "string") {