mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 12:56:44 +08:00
Merge branch 'hotfix/签名bug修改' into dev
This commit is contained in:
@@ -113,12 +113,12 @@ service.interceptors.request.use(
|
|||||||
config => {
|
config => {
|
||||||
let relativePath = config.url && config.url.split('v1')[1]
|
let relativePath = config.url && config.url.split('v1')[1]
|
||||||
if (whiteList.includes(relativePath)) {
|
if (whiteList.includes(relativePath)) {
|
||||||
// Toast.loading({
|
Toast.loading({
|
||||||
// duration: 0, // 持续展示 toast
|
duration: 0, // 持续展示 toast
|
||||||
// forbidClick: true, // 禁用背景点击
|
forbidClick: true, // 禁用背景点击
|
||||||
// loadingType: 'spinner',
|
loadingType: 'spinner',
|
||||||
// message: '加载中……'
|
message: '加载中……'
|
||||||
// })
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
config.headers['token'] = window.localStorage.getItem('token')
|
config.headers['token'] = window.localStorage.getItem('token')
|
||||||
|
|||||||
Reference in New Issue
Block a user