fix: check appRoot

This commit is contained in:
chansee97 2024-06-08 09:23:47 +08:00
parent 86ef62f841
commit 530231a5cb

View File

@ -28,7 +28,8 @@ export const useRouteStore = defineStore('route-store', {
this.$reset()
},
resetRoutes() {
router.removeRoute('appRoot')
if (router.hasRoute('appRoot'))
router.removeRoute('appRoot')
},
// set the currently highlighted menu key
setActiveMenu(key: string) {