陈鹏铭 пре 10 месеци
родитељ
комит
eb4f9eac18
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -501,7 +501,7 @@ const router = new Router({
 // });
 
 // 路由守卫 拦截
-const whiteList = ['vistiorRegistration', 'login', 'register', 'QRcode', 'todo', 'webView', 'registerbycpyinfo', 'cityDangerReport', `addcityDangerReport`] // 路由守卫白名单
+const whiteList = ['vistiorRegistration', 'login', 'register', 'QRcode', 'todo', 'webView', 'registerbycpyinfo', 'cityDangerReport', `addcityDangerReport`,'citySafeNotic'] // 路由守卫白名单
 
 router.beforeEach((to, from, next) => {
     /* 路由发生变化修改页面title */