xjc %!s(int64=4) %!d(string=hai) anos
pai
achega
a7921396cf
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/Login.vue

+ 2 - 1
src/views/Login.vue

@@ -138,7 +138,8 @@ export default {
             this.$api.login(parms).then((res)=>{
                 let data=res.data
                   if(res.data.code == 0){
-                      window.location.hash='/index/index';
+                      // window.location.hash='/index/index';
+                      window.location.hash='/message/message';
                   }else{
                       this.$message.error("账号或者密码有误");
                   }