奖金账户新增佣金发放和待发放及标签

This commit is contained in:
2023-02-13 15:24:34 +08:00
parent 8d8c14ec66
commit df9e850637
2 changed files with 67 additions and 15 deletions

View File

@@ -10,8 +10,8 @@ import router from '../router'
// 基础配置
const config = {
apiUrl : 'https://douhuo.douhuofalv.com/api/',
// apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境
// apiUrl : 'https://douhuo.douhuofalv.com/api/',
apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境
timeout : 60000
}
@@ -47,6 +47,7 @@ const request = (parameter, hideLoding = true) => {
data : parameter.data || {},
method : parameter.method || 'GET',
success : res => {
console.log(res)
if (res.header.Authorization){
updateToken('token', res.header.Authorization)
}