system-phone 3.1.85 → 3.1.86

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-phone",
3
- "version": "3.1.85",
3
+ "version": "3.1.86",
4
4
  "description": "手机模块 前端组件",
5
5
  "author": "何宁社 <524395609@qq.com>",
6
6
  "license": "ISC",
@@ -291,11 +291,15 @@ export default {
291
291
  Vue.functions = this.sortFunctions(ret.data.functions)
292
292
  }
293
293
  }else {
294
+ Vue.$login.s = null
295
+ Vue.$login['v3-session-key'] = null
294
296
  this.loaderShow = false
295
297
  this.$showMessage(getLogin.data.states)
296
298
  return
297
299
  }
298
300
  }catch (e) {
301
+ Vue.$login.s = null
302
+ Vue.$login['v3-session-key'] = null
299
303
  if (Vue.android) {
300
304
  this.loaderShow = false
301
305
  this.$showMessage(e.message ? e.message : '登录失败!用户名或密码错误!')