Explorar o código

添加开发说明

zhangjiaqi %!s(int64=5) %!d(string=hai) anos
pai
achega
e33fef4c6a
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/router/index.js

+ 3 - 0
src/router/index.js

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