运营中心打开及调整个人中心展示

This commit is contained in:
2023-02-23 10:48:58 +08:00
parent 53b9929480
commit b332b5d1d0
5 changed files with 35 additions and 21 deletions

View File

@@ -47,6 +47,7 @@ const request = (parameter, hideLoding = true) => {
data : parameter.data || {},
method : parameter.method || 'GET',
success : res => {
console.log(config.apiUrl + parameter.url,res)
if (res.header.Authorization){
updateToken('token', res.header.Authorization)
}