@@ -91,6 +91,9 @@ router.beforeEach(async (to, from, next) => {
}
next()
} else {
+ //TODO 开发环境注掉,跳过验证
+ // next();
+ // return
let lastRoute = {
path: to.path,
params: to.params,