From b95cf940af8e01e4eca30b2599b029c2f645bd1e Mon Sep 17 00:00:00 2001 From: charles <981744753@qq.com> Date: 星期一, 29 四月 2024 10:44:26 +0800 Subject: [PATCH] feat:创建新分支 --- 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 8c7a0f6..f75ea53 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