From f48c38125956578611832f6017b0cb2ffdbe3725 Mon Sep 17 00:00:00 2001 From: 吴健 <14790700720@163.com> Date: 星期二, 15 四月 2025 09:00:32 +0800 Subject: [PATCH] add --- billion-ui/src/router/index.js | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/billion-ui/src/router/index.js b/billion-ui/src/router/index.js index f849ea2..75197ca 100644 --- a/billion-ui/src/router/index.js +++ b/billion-ui/src/router/index.js @@ -89,18 +89,18 @@ ] }, // 鏍锋満鏍囩鎵撳嵃璺敱 - { - path: '/main/bq', - component: Layout, - children: [ - { - path: 'prototypeLabelPrinting', - component: () => import('@/views/main/bq/prototypeLabelPrinting'), - name: 'PrototypeLabelPrinting', - meta: { title: '鏍锋満鏍囩鎵撳嵃', icon: 'printer' } - } - ] - }, + // { + // path: '/main/bq', + // component: Layout, + // children: [ + // { + // path: 'prototypeLabelPrinting', + // component: () => import('@/views/main/bq/prototypeLabelPrinting'), + // name: 'PrototypeLabelPrinting', + // meta: { title: '鏍锋満鏍囩鎵撳嵃', icon: 'printer' } + // } + // ] + // }, // 鍖归厤鎵�鏈夎矾寰� { path: '*', -- Gitblit v1.9.3