1
This commit is contained in:
@@ -9,7 +9,7 @@ import { isRelogin } from '@/utils/request'
|
||||
|
||||
NProgress.configure({ showSpinner: false })
|
||||
|
||||
const whiteList = ['/login', '/register', '/tools/comment-gen', '/public/order-submit']
|
||||
const whiteList = ['/login', '/register', '/tools/comment-gen', '/tools/order-search', '/public/order-submit']
|
||||
|
||||
const isWhiteList = (path) => {
|
||||
return whiteList.some(pattern => isPathMatch(pattern, path))
|
||||
|
||||
Reference in New Issue
Block a user