Commit e30182e0 authored by xd's avatar xd

取消注释

parent 79fbf9e4
......@@ -32,7 +32,7 @@ const router = new VueRouter({
* 路由拦截
* 权限验证
*/
/* router.beforeEach(async (to, from, next) => {
router.beforeEach(async (to, from, next) => {
// 确认已经加载多标签页数据 https://github.com/d2-projects/d2-admin/issues/201
await store.dispatch('d2admin/page/isLoaded')
// 确认已经加载组件尺寸设置 https://github.com/d2-projects/d2-admin/issues/198
......@@ -64,7 +64,7 @@ const router = new VueRouter({
// 不需要身份校验 直接通过
next()
}
}) */
})
router.afterEach(to => {
// 进度条
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment