src/router/index.ts | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/router/index.ts
@@ -1,7 +1,7 @@ import { createRouter, createWebHashHistory } from 'vue-router' import DashboardView from '../views/dashboard/index.vue' //import DashboardView from '../views/dashboard/index.vue' import loginView from '../views/login/loginView.vue' //import DashboardView from '../views/newDashboard/index.vue' import DashboardView from '../views/newDashboard/index.vue' const router = createRouter({ history: createWebHashHistory(import.meta.env.BASE_URL), routes: [