From df328fca73ee854a3812354ada62b087c091ef57 Mon Sep 17 00:00:00 2001 From: Jo <479214531@qq.com> Date: Mon, 21 Mar 2022 11:18:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=A8=A1=E5=9E=8B=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Sidebar.vue | 2 +- src/setting.js | 2 +- src/views/data/Data.vue | 72 +-------- src/views/data/Framework.vue | 180 +++++++++++----------- src/views/data/Introduce.vue | 119 ++++++++------- src/views/data/Product.vue | 122 ++++++--------- src/views/serve/addModel.vue | 43 +++++- src/views/serve/backstage/index.vue | 20 ++- src/views/serve/backstage/model.vue | 13 +- src/views/serve/projectList.vue | 226 ++++++++++++++-------------- src/views/system/addLog.vue | 13 +- src/views/system/manageLog.vue | 26 +++- 12 files changed, 403 insertions(+), 435 deletions(-) diff --git a/src/components/Sidebar.vue b/src/components/Sidebar.vue index cd7e4fa..85aab31 100644 --- a/src/components/Sidebar.vue +++ b/src/components/Sidebar.vue @@ -99,7 +99,7 @@ export default { }, watch:{ "$route.path":function(val){ - this.items.map(e=>{ + this.menuList.map(e=>{ if(val.replace('/', '')===e.index){ this.handleSelect(val.replace('/', '')) this.$forceUpdate(); diff --git a/src/setting.js b/src/setting.js index 9bd76ea..7e868c8 100644 --- a/src/setting.js +++ b/src/setting.js @@ -13,7 +13,7 @@ if (isDev) { // jumpPath = "http://39.108.250.202/judgmentPoint/"; jumpPath = "http://192.168.31.125:8087/"; // 本地调试-需要启动本地判分点系统 // host = "http://www.huorantech.cn:9000";//线上 - host = "http://39.108.250.202:9000";//测试 + host = "http://39.108.250.202:9000/";//测试 // host = 'http://192.168.31.151:9000/'// 榕 // host = 'http://192.168.31.137:9000'// 赓 } else if (isTest) { diff --git a/src/views/data/Data.vue b/src/views/data/Data.vue index 83a75eb..d4b59fa 100644 --- a/src/views/data/Data.vue +++ b/src/views/data/Data.vue @@ -1,18 +1,12 @@ @@ -65,60 +59,8 @@ export default { \ No newline at end of file diff --git a/src/views/data/Framework.vue b/src/views/data/Framework.vue index 1d7d112..b8d4c82 100644 --- a/src/views/data/Framework.vue +++ b/src/views/data/Framework.vue @@ -1,70 +1,66 @@