Browse Source

修改通知encode

yangc 7 years ago
parent
commit
cccae73c61
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/login/Login.vue

+ 2 - 2
components/login/Login.vue

@@ -403,11 +403,11 @@
                         this.isShowLoading = false
                         throw err
                       } else {
-//                        this.loginOther(response, params)
+                        this.loginOther(response, params)
                       }
                     })
                   } else {
-//                    this.loginOther(response, params, 3000)
+                    this.loginOther(response, params, 3000)
                   }
                 }
               } else {