From 87e09f7443e20b8ba0b0c679cc75eb6bb3539c07 Mon Sep 17 00:00:00 2001 From: charles <981744753@qq.com> Date: 星期四, 25 四月 2024 16:05:36 +0800 Subject: [PATCH] 新建模板 --- 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 ec59a01..b5323ef 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -1,7 +1,7 @@ import { createRouter, createWebHistory } 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' const router = createRouter({ history: createWebHistory(import.meta.env.BASE_URL), routes: [ -- Gitblit v1.8.0