Explorar el Código

fix login error msg

Michael Wang hace 6 años
padre
commit
2e0178465a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
       }
     }
   }