|
|
@ -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
|
|
|
|