这是axios配置
这是首页ajax调用接口的地址 登录成功之后就会跳转到这里
created :function () {
this.$http.post('/manager/account/info.htm',null,{
})
.then(response => {
let newData= JSON.parse(pako.inflate(response.data, { to: 'string' }));
this.info=newData.result;
})
之前还是好的 没有更改这边的代码 为什么现在就要进入到首页之后要刷新一遍 才有数据呢
沧海一幻觉
相关分类