mirror of
https://gitee.com/y_project/RuoYi-Vue.git
synced 2026-02-06 02:15:06 +08:00
修改主题样式本地读取
This commit is contained in:
@ -9,7 +9,7 @@ import { isRelogin } from '@/utils/request'
|
||||
|
||||
NProgress.configure({ showSpinner: false })
|
||||
|
||||
const whiteList = ['/login', '/register', '/register*', '/register/*']
|
||||
const whiteList = ['/login', '/register']
|
||||
|
||||
const isWhiteList = (path) => {
|
||||
return whiteList.some(pattern => isPathMatch(pattern, path))
|
||||
|
||||
Reference in New Issue
Block a user