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 @@