配置文件回退

This commit is contained in:
zhangsir
2024-05-30 09:06:18 +08:00
parent 6bbebe1286
commit 5ab32350f5
3 changed files with 6 additions and 15 deletions

View File

@@ -58,7 +58,7 @@ router.beforeEach((to, from, next) => {
console.log(err);
store.commit('app/SET_INITDATA',false);
//如果初始化错误,就不再执行了,不然会一直循环下去
// next({ path: '/500' })
next({ path: '/500' })
//NProgress.done();
})
} else {