|
|
@ -95,8 +95,6 @@ class HTTP { |
|
|
|
const { token, userInfo } = data.result |
|
|
|
store.saveToken(token) |
|
|
|
store.saveUserInfo(userInfo) |
|
|
|
// wx.setStorageSync(HTTPConst.UserInfoStoreKey, userInfo)
|
|
|
|
// wx.setStorageSync(HTTPConst.TokenStoreKey, token)
|
|
|
|
success(data) |
|
|
|
}, |
|
|
|
} |
|
|
|