|
|
@@ -82,7 +82,7 @@ let tool = {
|
|
|
userInfo.logout()
|
|
|
}
|
|
|
if (todo || status === 402) {
|
|
|
- message = todo?'长时间未操作,请重新登录':(message==='Connection not operated for too long' ?'长时间未操作,请重新登录' :message)
|
|
|
+ message = todo?'长时间未进行操作,请重新登录':(message==='Connection not operated for too long' ?'长时间未进行操作,请重新登录' :message)
|
|
|
userInfo.logout()
|
|
|
}
|
|
|
return {message, todo, status}
|