From 60076cbbe1da6cc8ed3a4ebb8f67e92ea9be9e4a Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期二, 15 八月 2023 16:02:58 +0800
Subject: [PATCH] 设置按钮的加载效果

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

diff --git a/src/router/index.ts b/src/router/index.ts
index 9eb7b67..34c8d47 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -121,6 +121,10 @@
         path: '/tte',
         component: () => import('@/views/getdata/TestZm.vue')
       },
+      {
+        path: '/test1',
+        component: () => import('@/test/TestDrawer.vue')
+      },
 
       ],
     },
@@ -136,11 +140,6 @@
       redirect:'/login'
     },
 
-    {
-      path: '/sfc',
-      component: () => import('@/sfc/MainTest.vue')
-    },
-    
 
   ]
 })

--
Gitblit v1.9.3