duy 7 tháng trước cách đây
mục cha
commit
9b90082b79
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

@@ -182,7 +182,7 @@ const formValidateClick = async () => {
     const { error, msg, data } = await useAppLogin(formValue.value)
     if (error) {
         loading.value = false
-       // window?.$message?.error(msg)
+       window?.$message?.error(msg)
         return false
     }
     //登录成功