|
|
@ -190,7 +190,8 @@ class ResponseInterceptor extends Interceptor { |
|
|
conversationController.clearConversations(); |
|
|
conversationController.clearConversations(); |
|
|
} |
|
|
} |
|
|
// 清除本地存储 |
|
|
// 清除本地存储 |
|
|
GetStorage().erase(); |
|
|
|
|
|
|
|
|
GetStorage().remove('userId'); |
|
|
|
|
|
GetStorage().remove('token'); |
|
|
// 清除全局数据 |
|
|
// 清除全局数据 |
|
|
GlobalData().logout(); |
|
|
GlobalData().logout(); |
|
|
|
|
|
|
|
|
|