From 17625416559a6ef75568ddada650c8c0c031f166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Fri, 30 Jun 2023 10:00:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E7=9B=91=E6=8E=A7=E7=9C=8B?= =?UTF-8?q?=E6=9D=BF=E8=B7=AF=E7=94=B1=E5=B7=B2=E4=BB=8E=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/public/version.json | 2 +- fe/PC/src/router/index.js | 105 +------------------------------------- 2 files changed, 2 insertions(+), 105 deletions(-) diff --git a/fe/PC/public/version.json b/fe/PC/public/version.json index 3ed11ebc1..3a1d429ca 100644 --- a/fe/PC/public/version.json +++ b/fe/PC/public/version.json @@ -1,3 +1,3 @@ { - "version": "1.0.33" + "version": "1.0.34" } \ No newline at end of file diff --git a/fe/PC/src/router/index.js b/fe/PC/src/router/index.js index ac44e53e5..0e36587c5 100644 --- a/fe/PC/src/router/index.js +++ b/fe/PC/src/router/index.js @@ -135,110 +135,7 @@ export const constantRoutes = [ // } // }] // }, - // 接口看板 - { - path: '/', - component: Layout, - // redirect: '/interfaceBoard', - // hidden: true, - children: [{ - path: localStorage.getItem('interfaceBoardUrl'), - // component: () => import('@/views/gridLayout/index'), - // name: 'interfaceBoard', - meta: { - title: '接口监控看板', - icon: '报表查看', - outerFirst:true - // affix: true - } - }] - }, - { - path: '/', - component: Layout, - name: 'interfaceBoard', - // path: '/interfaceBoard', - meta: { - title: '接口监控看板', - icon: '报表查看', - }, - hidden: true, - children: [ - { - path: '/dataExchangeFromOut', - component: () => import('@/views/interfaceBoard/dataExchangeFromOut'), - name: 'dataExchangeFromOut', - meta: { - keepAlive : true, - title: '外部数据转换', - icon: '报表查看', - } - },{ - path: '/dataExchangeFromOut_file', - component: () => import('@/views/interfaceBoard/dataExchangeFromOut_file'), - name: 'dataExchangeFromOut_file', - meta: { - keepAlive : true, - title: '归档外部数据转换', - icon: '报表查看', - } - },{ - path: '/comingToWms', - component: () => import('@/views/interfaceBoard/comingToWms'), - name: 'comingToWms', - meta: { - keepAlive : true, - title: 'WMS数据接收', - icon: '报表查看', - } - },{ - path: '/comingToWms_file', - component: () => import('@/views/interfaceBoard/comingToWms_file'), - name: 'comingToWms_file', - meta: { - keepAlive : true, - title: '归档WMS数据接收', - icon: '报表查看', - } - },{ - path: '/dataExchangeFromWms', - component: () => import('@/views/interfaceBoard/dataExchangeFromWms'), - name: 'dataExchangeFromWms', - meta: { - keepAlive : true, - title: 'WMS数据转换', - icon: '报表查看', - } - },{ - path: '/dataExchangeFromWms_file', - component: () => import('@/views/interfaceBoard/dataExchangeFromWms_file'), - name: 'dataExchangeFromWms_file', - meta: { - keepAlive : true, - title: '归档WMS数据转换', - icon: '报表查看', - } - },{ - path: '/comingFromOut', - component: () => import('@/views/interfaceBoard/comingFromOut'), - name: 'comingFromOut', - meta: { - keepAlive : true, - title: '外部数据接收', - icon: '报表查看', - } - },{ - path: '/comingFromOut_file', - component: () => import('@/views/interfaceBoard/comingFromOut_file'), - name: 'comingFromOut_file', - meta: { - keepAlive : true, - title: '归档外部数据接收', - icon: '报表查看', - } - }, - ] - }, + // 开发中模拟路由 // { // path: '/',