feat: 开发中...
This commit is contained in:
@@ -24,9 +24,9 @@ const router = createRouter({
|
||||
component: () => import('@/views/LoginView.vue')
|
||||
},
|
||||
{
|
||||
path: '/settings',
|
||||
name: 'settings',
|
||||
component: () => import('@/views/SettingsView.vue')
|
||||
path: '/manage',
|
||||
name: 'manage',
|
||||
component: () => import('@/views/ManagePaneView.vue')
|
||||
}
|
||||
]
|
||||
})
|
||||
|
Reference in New Issue
Block a user