armg 3 tuần trước cách đây
mục cha
commit
51f0a4d484
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/login/index.vue

+ 1 - 1
src/views/login/index.vue

@@ -70,7 +70,7 @@ export default class extends Vue {
         this.$router.push('/');
         console.log(`模拟登录成功`);
       }).catch((err) => {
-        console.log("err=", err)
+        console.log("err=", err);
       })
   }
 }