Browse Source

退出登录优化

huangb 7 years ago
parent
commit
b2aee6547c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      pages/logquit/index.vue

+ 1 - 2
pages/logquit/index.vue

@@ -35,8 +35,7 @@
                   timeout: 3000
                 }, (err, data) => {
                   if (err) {
-                    this.$message.error('登录超时,请重试')
-                    this.isShowLoading = false
+                    this.$message.error('退出失败,请重试')
                     throw err
                   } else {
                     this.logoutOther(response, params)