Browse Source

fix login error msg

Michael Wang 6 năm trước cách đây
mục cha
commit
2e0178465a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
       }
     }
   }