mirror of
https://github.com/EasyTierMC/ETMC.Web.git
synced 2025-12-09 05:45:49 +08:00
feat: 添加用户认证功能,包含登录、管理控制台和节点提交页面
This commit is contained in:
@@ -19,6 +19,16 @@ const router = createRouter({
|
||||
name: 'submit',
|
||||
component: () => import('../views/SubmitView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/login',
|
||||
name: 'login',
|
||||
component: () => import('../views/LoginView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/dashboard',
|
||||
name: 'dashboard',
|
||||
component: () => import('../views/DashboardView.vue'),
|
||||
},
|
||||
],
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user