mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-07-10 23:21:27 +08:00
✨ Feature(custom): new manage setting and login page
This commit is contained in:
@@ -48,6 +48,12 @@ export default createRouter({
|
||||
component: UploadPage,
|
||||
name: config.UPLOAD_PAGE,
|
||||
},
|
||||
{
|
||||
path: 'manage-setting-page',
|
||||
name: config.MANAGE_SETTING_PAGE_DIRECT,
|
||||
component: ManageSettingPage,
|
||||
},
|
||||
|
||||
{
|
||||
path: 'manage-main-page',
|
||||
name: config.MANAGE_MAIN_PAGE,
|
||||
|
||||
Reference in New Issue
Block a user