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

@@ -76,3 +76,5 @@ new Vue({
store,
render: h => h(App)
}).$mount('#app')
import baseUrl from './config/index'
console.log('--服务器url:', baseUrl.apiDomain)