代理余额显示问题
This commit is contained in:
parent
5312fb7c36
commit
deb2d0305d
|
|
@ -14,8 +14,8 @@ const http = axios.create({
|
||||||
})
|
})
|
||||||
|
|
||||||
// const requestURl = "http://localhost:8100/sqx_fast/";
|
// const requestURl = "http://localhost:8100/sqx_fast/";
|
||||||
const requestURl = "https://video.hnsiyao.cn/sqx_fast/";
|
// const requestURl = "https://video.hnsiyao.cn/sqx_fast/";
|
||||||
// const requestURl = "https://dj-api.hnsiyao.cn/sqx_fast/";
|
const requestURl = "https://dj-api.hnsiyao.cn/sqx_fast/";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 请求拦截
|
* 请求拦截
|
||||||
|
|
|
||||||
|
|
@ -1867,7 +1867,7 @@
|
||||||
data
|
data
|
||||||
}) => {
|
}) => {
|
||||||
let returnData = data.data
|
let returnData = data.data
|
||||||
this.usermMoneys = data.data.money
|
this.usermMoneys = data.data.amount
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue