This commit is contained in:
Baobhan Sith
2025-04-24 14:06:35 +08:00
parent b3bf564140
commit 7c46132d30
7 changed files with 246 additions and 3 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ const routes: Array<RouteRecordRaw> = [
{
path: '/',
name: 'Dashboard',
// component: () => import('../views/DashboardView.vue') // 稍后创建
component: { template: '<div>仪表盘 (建设中)</div>' } // 临时占位
component: () => import('../views/DashboardView.vue') // 指向实际的仪表盘组件
// component: { template: '<div>仪表盘 (建设中)</div>' } // 移除临时占位
},
// 登录页面 (占位符)
{