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') }, ] })