mirror of
https://github.com/EasyTierMC/ETMC.Web.git
synced 2025-12-09 05:45:49 +08:00
feat: 重构布局并添加监控和提交节点页面
This commit is contained in:
@@ -10,12 +10,14 @@ const router = createRouter({
|
||||
component: HomeView,
|
||||
},
|
||||
{
|
||||
path: '/about',
|
||||
name: 'about',
|
||||
// route level code-splitting
|
||||
// this generates a separate chunk (About.[hash].js) for this route
|
||||
// which is lazy-loaded when the route is visited.
|
||||
component: () => import('../views/AboutView.vue'),
|
||||
path: '/monitor',
|
||||
name: 'monitor',
|
||||
component: () => import('../views/MonitorView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/submit',
|
||||
name: 'submit',
|
||||
component: () => import('../views/SubmitView.vue'),
|
||||
},
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user