🐛 Fix: fix some bugs of manage page

This commit is contained in:
萌萌哒赫萝
2023-08-12 06:40:11 -07:00
parent e56bd78096
commit 6f40c0912e
5 changed files with 27 additions and 30 deletions

View File

@@ -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?',