1、修改投、被保人获取验证码的硬编码

2、签名前,跳过人脸识别
This commit is contained in:
pang.lizong
2019-09-17 18:34:17 +08:00
parent 464908a01e
commit 695ef66f40
8 changed files with 31 additions and 9 deletions

View File

@@ -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
},