From 105d6b807d69eb95b3426f5cf6e87a8ff7b0611c Mon Sep 17 00:00:00 2001
From: 吴健 <14790700720@163.com>
Date: 星期三, 14 五月 2025 10:34:45 +0800
Subject: [PATCH] first-add

---
 billion-ui/src/router/index.js |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/billion-ui/src/router/index.js b/billion-ui/src/router/index.js
index f849ea2..439c53d 100644
--- a/billion-ui/src/router/index.js
+++ b/billion-ui/src/router/index.js
@@ -62,9 +62,9 @@
     hidden: true
   },
   {
-    path: '/',
+    path: '',
     component: Layout,
-    redirect: '/index',
+    redirect: 'index',
     children: [
       {
         path: 'index',
@@ -89,24 +89,24 @@
     ]
   },
   // 鏍锋満鏍囩鎵撳嵃璺敱
-  {
-    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: '*',
-    redirect: '/404',
-    hidden: true
-  }
+  // {
+  //   path: '*',
+  //   redirect: '/404',
+  //   hidden: true
+  // }
 ]
 
 // 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇

--
Gitblit v1.9.3