mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-07-12 16:11:27 +08:00
🐛 Fix: fix some bugs of manage page
This commit is contained in:
@@ -54,7 +54,7 @@ export default createRouter({
|
||||
{
|
||||
path: 'manage-login-page',
|
||||
name: config.MANAGE_LOGIN_PAGE,
|
||||
component: () => import(/* webpackChunkName: "ManageLogeinPage" */ '@/manage/pages/logIn.vue')
|
||||
component: () => import(/* webpackChunkName: "ManageLoginPage" */ '@/manage/pages/logIn.vue')
|
||||
},
|
||||
{
|
||||
path: 'picbeds/:type/:configId?',
|
||||
|
||||
Reference in New Issue
Block a user