|
|
@@ -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("账号或者密码有误");
|
|
|
}
|