mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-07-12 16:11:27 +08:00
✨ Feature: sync with picgo 2.4.0 beta 1
This commit is contained in:
@@ -14,3 +14,4 @@ export const MANAGE_LOGIN_PAGE = 'ManageLoginPage'
|
||||
export const MANAGE_SETTING_PAGE = 'ManageSettingPage'
|
||||
export const MANAGE_EMPTY_PAGE = 'ManageEmptyPage'
|
||||
export const MANAGE_BUCKET_PAGE = 'ManageBucketPage'
|
||||
export const TOOLBOX_CONFIG_PAGE = 'ToolBoxPage'
|
||||
|
||||
@@ -91,6 +91,11 @@ export default createRouter({
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/toolbox-page',
|
||||
name: config.TOOLBOX_CONFIG_PAGE,
|
||||
component: () => import(/* webpackChunkName: "ToolboxPage" */ '@/pages/Toolbox.vue')
|
||||
},
|
||||
{
|
||||
path: '/:pathMatch(.*)*',
|
||||
redirect: '/'
|
||||
|
||||
Reference in New Issue
Block a user