zhangwencui
5 天以前 766ce6b9beedcc89ee83fe5daed0523bbd8c7e33
src/permission.js
@@ -11,7 +11,7 @@
NProgress.configure({ showSpinner: false })
const whiteList = ['/login', '/register', '/device-info']
const whiteList = ['/login', '/register', '/callbacklccpn','/device-info']
const isWhiteList = (path) => {
  return whiteList.some(pattern => isPathMatch(pattern, path))