src/router/index.ts
@@ -7,11 +7,6 @@ history: createWebHashHistory(import.meta.env.BASE_URL), routes: [ { path: '/login', name: 'login', component: Login }, { path: '/', component: Layout, children: [ @@ -28,6 +23,11 @@ component: () =>import('@/views/components/dictionary.vue') } ] }, { path: '/login', name: 'login', component: Login } ] })