From c7f3fd5215399b37d0511b3bd555150ff1b13507 Mon Sep 17 00:00:00 2001 From: charles <981744753@qq.com> Date: 星期一, 29 四月 2024 10:39:30 +0800 Subject: [PATCH] fix:回退原先版本 --- src/router/index.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index f75ea53..8c7a0f6 100644 --- a/src/router/index.ts +++ b/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: [ -- Gitblit v1.8.0