zhangwencui
5 天以前 1156fbe1fa77e4a6b7d890604d25e98edf8a7059
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))