Explorar o código

修改bug

修改bug
dangyunlong hai 2 meses
pai
achega
e6432639ba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/login/index.vue

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

@@ -368,7 +368,7 @@ export default {
                 if(res.code==0){
                   this.$message({
                     type:'error',
-                    message:"表单项有误,请检查!"
+                    message:res.message
                   })
                 }else if(res.code==200){
                   const currentUrl = window.location.href;