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: '/',