mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-05 07:28:42 +08:00
📦 Chore: upgrade electron uuid , change pkg name
This commit is contained in:
@@ -9,3 +9,4 @@ export const SETTING_PAGE = 'SettingPage'
|
||||
export const PLUGIN_PAGE = 'PluginPage'
|
||||
export const SHORTKEY_PAGE = 'ShortkeyPage'
|
||||
export const UPLOADER_CONFIG_PAGE = 'UploaderConfigPage'
|
||||
export const MANAGE_MAIN_PAGE = 'ManageMainPage'
|
||||
|
||||
@@ -67,6 +67,11 @@ export default createRouter({
|
||||
{
|
||||
path: '/:pathMatch(.*)*',
|
||||
redirect: '/'
|
||||
},
|
||||
{
|
||||
path: '/manage-main-page',
|
||||
name: config.MANAGE_MAIN_PAGE,
|
||||
component: () => import(/* webpackChunkName: "ManageMainPage" */ '@/manage/ManageMain.vue')
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user