From 8d05730dc4d38af768766c6f5c045c57fd9af5f4 Mon Sep 17 00:00:00 2001
From: zyy <1787816799@qq.com>
Date: Mon, 18 Nov 2019 14:29:43 +0800
Subject: [PATCH] =?UTF-8?q?desc:=20=20=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package.json | 1 +
public/index.html | 1 +
src/api/management/dictionary.js | 28 ++-
src/i18n/langs/en/map.js | 42 ++--
src/i18n/langs/en/system.js | 3 +-
src/i18n/langs/zh/map.js | 10 +-
src/i18n/langs/zh/system.js | 3 +-
src/router/index.js | 6 +
src/scripts/ConstConfig.js | 10 +
src/scripts/GlobalPlugin.js | 132 +++++------
src/utils/baseUrl.js | 4 +-
src/utils/sock.js | 6 +-
src/views/mapdraft/dataRelation/index.vue | 10 +-
.../dataRelation/routeoperate/route.vue | 31 ++-
src/views/mapdraft/mapoperate/section.vue | 8 +-
src/views/system/commandDictionary/edit.vue | 222 ++++++++++++------
.../system/commandDictionary/editParam.vue | 108 +++++++++
src/views/system/commandDictionary/index.vue | 86 ++++---
vue.config.js | 1 +
19 files changed, 493 insertions(+), 219 deletions(-)
create mode 100644 src/views/system/commandDictionary/editParam.vue
diff --git a/package.json b/package.json
index 5e288ca0f..b456c461b 100644
--- a/package.json
+++ b/package.json
@@ -25,6 +25,7 @@
"qrcode.vue": "^1.6.2",
"script-loader": "^0.7.2",
"sessionstorage": "^0.1.0",
+ "sockjs-client": "^1.4.0",
"stompjs": "^2.3.3",
"storejs": "^1.0.25",
"three": "^0.107.0",
diff --git a/public/index.html b/public/index.html
index 09d9cd2e4..c17491a57 100644
--- a/public/index.html
+++ b/public/index.html
@@ -20,6 +20,7 @@
+