gaoluyang
2025-12-10 b27dd1a7629f45f65ebb89c762353b4bb30060db
src/permission.js
@@ -11,7 +11,7 @@
NProgress.configure({ showSpinner: false })
const whiteList = ['/login', '/register', '/callbacklccpn']
const whiteList = ['/login', '/register', '/callbacklccpn','/device-info']
const isWhiteList = (path) => {
  return whiteList.some(pattern => isPathMatch(pattern, path))