张雄 3 years ago
commit 1a2b5d7a00

@ -43,7 +43,7 @@ export default {
}, },
mounted(){ mounted(){
this.$router.push({ name: sessionStorage.getItem('routerName') }); this.$router.push({ name: sessionStorage.getItem('routerName') });
this.Info = JSON.parse(sessionStorage.getItem('info'));
// this.tagActive = Number(sessionStorage.getItem('index')) // this.tagActive = Number(sessionStorage.getItem('index'))
// userInfo().then(res =>{ // userInfo().then(res =>{
// this.Info = res.data // this.Info = res.data

Loading…
Cancel
Save