From 53cced5d293ea7ea48055deb18c5962442f86585 Mon Sep 17 00:00:00 2001 From: hdy <1105738590@qq.com> Date: 星期五, 03 一月 2025 20:10:02 +0800 Subject: [PATCH] 工单bom下发接口 --- billion-ui/src/router/index.js | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 43 insertions(+), 1 deletions(-) diff --git a/billion-ui/src/router/index.js b/billion-ui/src/router/index.js index 71907b6..1222d21 100644 --- a/billion-ui/src/router/index.js +++ b/billion-ui/src/router/index.js @@ -135,6 +135,48 @@ ] }, { + path: '/main/formula-data', + component: Layout, + hidden: true, + permissions: ['bs:formulaInfo:list'], + children: [ + { + path: 'index', + component: () => import('@/views/main/bs/formulaInfoChild/index'), + name: 'Data', + meta: { title: '宸ヨ壓閰嶆柟璇︽儏', activeMenu: '/main/bs/formulaInfoChild' } + } + ] + }, + { + path: '/main/route-data', + component: Layout, + hidden: true, + permissions: ['bs:routeChildInfo:list'], + children: [ + { + path: 'index', + component: () => import('@/views/main/bs/routeChildInfo/index'), + name: 'Data', + meta: { title: '宸ヨ壓璺嚎璇︽儏', activeMenu: '/main/bs/routeChildInfo' } + } + ] + }, + { + path: '/main/bom-data', + component: Layout, + hidden: true, + permissions: ['bs:bomChildInfo:list'], + children: [ + { + path: 'index', + component: () => import('@/views/main/bs/bomChildInfo/index'), + name: 'Data', + meta: { title: 'BOM瀛愪欢淇℃伅', activeMenu: '/main/bs/bomChildInfo' } + } + ] + }, + { path: '/monitor/job-log', component: Layout, hidden: true, @@ -177,7 +219,7 @@ } export default new Router({ - mode: 'history', // 鍘绘帀url涓殑# + mode: 'hash', // 鍘绘帀url涓殑# scrollBehavior: () => ({ y: 0 }), routes: constantRoutes }) -- Gitblit v1.9.3