1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 13:19:31 +08:00

refactor: 将页面配置通过插件动态化配置(plugin-uni-halo)

This commit is contained in:
小莫唐尼
2024-06-24 18:59:05 +08:00
parent 959acab9c7
commit e17edade28
54 changed files with 5299 additions and 5653 deletions
+1 -6
View File
@@ -8,11 +8,6 @@ const router = createRouter({
platform: process.env.VUE_APP_PLATFORM,
routes: [...ROUTES]
});
import {
checkHasWxLogin,
checkHasAdminLogin
} from '@/utils/auth.js'
//全局路由前置守卫
router.beforeEach((to, from, next) => {
@@ -26,4 +21,4 @@ router.afterEach((to, from) => {
export {
router,
RouterMount
}
}