动态兼容个人中心我的拼单列表

This commit is contained in:
2022-08-31 10:54:32 +08:00
parent d5f5b596ea
commit 07e6a5d5bb
4 changed files with 65 additions and 58 deletions

View File

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