瀏覽代碼

fix login error msg

Michael Wang 6 年之前
父節點
當前提交
2e0178465a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/features/Login/Login.vue

+ 1 - 1
src/features/Login/Login.vue

@@ -147,7 +147,7 @@ export default {
         }
       } catch (e) {
         console.log(e);
-        this.$Message.error(e);
+        // this.$Message.error(e);
       }
     }
   }