From d893e55c0f8bda1dec6f184cc5fd381fa49637e2 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Thu, 14 Sep 2023 19:19:33 +0800
Subject: [PATCH] 洪城义警修改为警保联动
---
src/config/website.js | 6 +++---
src/lang/zh.js | 6 +++---
src/views/realTimePolice/real.vue | 4 ++--
public/index.html | 2 +-
src/views/activitys/policeTracking.vue | 2 +-
src/views/policeTracking/policeTracking.vue | 2 +-
src/views/dataL/homeL.vue | 2 +-
src/page/index/logo.vue | 6 +++---
8 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/public/index.html b/public/index.html
index c1b3fa5..1714699 100644
--- a/public/index.html
+++ b/public/index.html
@@ -33,7 +33,7 @@
<script src="https://webapi.amap.com/ui/1.0/main.js?v=1.0.11"></script>
<!-- AvueMap-end-->
<link rel="icon" href="img/1.jpg">
- <title>洪城义警后台管理系统</title>
+ <title>警保联动后台管理系统</title>
<style>
html,
body,
diff --git a/src/config/website.js b/src/config/website.js
index baca807..8a35052 100644
--- a/src/config/website.js
+++ b/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, // 是否开启租户模式
diff --git a/src/lang/zh.js b/src/lang/zh.js
index 07e4021..66348bd 100644
--- a/src/lang/zh.js
+++ b/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: '请输入密码',
diff --git a/src/page/index/logo.vue b/src/page/index/logo.vue
index 375004a..4c35e8f 100644
--- a/src/page/index/logo.vue
+++ b/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(
diff --git a/src/views/activitys/policeTracking.vue b/src/views/activitys/policeTracking.vue
index 2d9cfb8..a8b1de4 100644
--- a/src/views/activitys/policeTracking.vue
+++ b/src/views/activitys/policeTracking.vue
@@ -416,7 +416,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 != "") {
diff --git a/src/views/dataL/homeL.vue b/src/views/dataL/homeL.vue
index 8a2ca6f..38d8104 100644
--- a/src/views/dataL/homeL.vue
+++ b/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">
diff --git a/src/views/policeTracking/policeTracking.vue b/src/views/policeTracking/policeTracking.vue
index 71c8924..499d6b4 100644
--- a/src/views/policeTracking/policeTracking.vue
+++ b/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 != "") {
diff --git a/src/views/realTimePolice/real.vue b/src/views/realTimePolice/real.vue
index 3c0ae05..9aa5a96 100644
--- a/src/views/realTimePolice/real.vue
+++ b/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 = "";
--
Gitblit v1.9.3