zengh
2022-02-18 3f363c34f6d33338ca773b33ed9821c79ef0bf19
前端更新
10 files modified
32 ■■■■ changed files
public/app/hcyj.apk patch | view | raw | blame | history
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/views/activitys/policeTracking.vue 2 ●●● 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
src/views/wel/home.vue 2 ●●● patch | view | raw | blame | history
public/app/hcyj.apk
Binary files differ
public/index.html
@@ -24,7 +24,7 @@
  <script src="libs/Cesium/Cesium.js" ></script>
  <script type="text/javascript" src="js/drawTree.js"></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/views/activitys/policeTracking.vue
@@ -403,7 +403,7 @@
        var that = this;
        var userId = JSON.parse(
          window.localStorage.getItem("群防群控后台管理系统-userInfo")
          window.localStorage.getItem("洪城义警后台管理系统-userInfo")
        ).content.nick_name;
        if (that.form.securityArr != null && that.form.securityArr != "") {
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
@@ -561,7 +561,7 @@
      var that = this;
      var userId = JSON.parse(
        window.localStorage.getItem("群防群控后台管理系统-userInfo")
        window.localStorage.getItem("洪城义警后台管理系统-userInfo")
      ).content.nick_name;
      if (that.form.securityArr != null && that.form.securityArr != "") {
src/views/realTimePolice/real.vue
@@ -567,7 +567,7 @@
          row.securityArr = security.substring(0, security.length - 1);
        }
        var userId = JSON.parse(
          window.localStorage.getItem("群防群控后台管理系统-userInfo")
          window.localStorage.getItem("洪城义警后台管理系统-userInfo")
        ).content.nick_name;
        if (row.jtype != "2") {
@@ -607,7 +607,7 @@
      },
      rowUpdate(row, index, done, loading) {
        var userId = JSON.parse(
          window.localStorage.getItem("群防群控后台管理系统-userInfo")
          window.localStorage.getItem("洪城义警后台管理系统-userInfo")
        ).content.nick_name;
        if (typeof row.securityArr != "string") {
          var security = "";
src/views/wel/home.vue
@@ -163,7 +163,7 @@
    this.getMapDataMethod(); // 左上角数据
    this.getNowRain();
    this.getNowAnergygetNowAnergy();
    this.getNowAnergy();
  },
  watch: {
    during() {