Przeglądaj źródła

移除错误路由 aio

cc12458 6 miesięcy temu
rodzic
commit
cb4947e43f
2 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 0
      .gitignore
  2. 0 1
      src/router/index.ts

+ 1 - 0
.gitignore

@@ -30,3 +30,4 @@ coverage
 *.tsbuildinfo
 @types/auto-imports.d.ts
 @types/components.d.ts
+@types/typed-router.d.ts

+ 0 - 1
src/router/index.ts

@@ -5,7 +5,6 @@ import { createRouter, createWebHistory } from 'vue-router';
 const router = createRouter({
   history: createWebHistory(import.meta.env.BASE_URL),
   routes: [
-    { path: '/aio', component: () => import('@/pages/aio/FlowConfigDemo.vue') },
     { path: '/login', component: () => import('@/pages/login.vue') },
     {
       path: '/',