Explorar el Código

添加数据看板白名单

11wqe1 hace 1 día
padre
commit
b893fd78a1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/permission.js

+ 1 - 1
src/permission.js

@@ -5,7 +5,7 @@ import 'nprogress/nprogress.css' // progress bar style
 
 NProgress.configure({ showSpinner: false }) // NProgress Configuration
 
-const whiteList = ['/login', '/wxTest'] // no redirect whitelist
+const whiteList = ['/login','/wxTest','/dataBoardNew'] // no redirect whitelist
 
 router.beforeEach(async (to, from, next) => {
   // start progress bar