mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 21:22:52 +08:00
1、修改投、被保人获取验证码的硬编码
2、签名前,跳过人脸识别
This commit is contained in:
@@ -21,7 +21,7 @@ service.interceptors.request.use(
|
||||
}
|
||||
|
||||
// config.headers['token'] = window.localStorage.getItem('token')
|
||||
config.headers['token'] = '3692d9e914f34383a0a57cbf5c2de929'
|
||||
config.headers['token'] = localStorage.token
|
||||
// 873c5f2248b44789a9ebbe4262cac8e5
|
||||
return config
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user