新增个人中心运营中心

This commit is contained in:
2023-02-14 13:09:51 +08:00
parent 97ea24f85a
commit dfd6b9f88f
7 changed files with 1289 additions and 477 deletions

View File

@@ -47,7 +47,6 @@ 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)
}