liding
2025-03-21 8bd549c42f20faeedd0f2f1264e2f5003f2db3db
src/permission.js
@@ -9,7 +9,7 @@
NProgress.configure({ showSpinner: false })
const whiteList = ['/login', '/register', '/index']
const whiteList = ['/login', '/register', '/thirdpartylogin', '/logindemo']
const isWhiteList = (path) => {
  return whiteList.some(pattern => isPathMatch(pattern, path))