From c7e4dd9bd50cf6e6426598753c796ec1a27f333f Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期五, 22 十二月 2023 13:18:10 +0800
Subject: [PATCH] 修改了异常的名称

---
 src/router/index.ts |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/src/router/index.ts b/src/router/index.ts
index 9eb7b67..2fd9cce 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -1,7 +1,6 @@
 import { createRouter, createWebHashHistory } from 'vue-router'
 
 const router = createRouter({
-  // history: createWebHistory(import.meta.env.BASE_URL),
   history: createWebHashHistory(),
   routes: [
     {
@@ -121,6 +120,10 @@
         path: '/tte',
         component: () => import('@/views/getdata/TestZm.vue')
       },
+      {
+        path: '/test1',
+        component: () => import('@/test/TestDrawer.vue')
+      },
 
       ],
     },
@@ -136,11 +139,6 @@
       redirect:'/login'
     },
 
-    {
-      path: '/sfc',
-      component: () => import('@/sfc/MainTest.vue')
-    },
-    
 
   ]
 })

--
Gitblit v1.9.3