From ea19bd16eda711ba5106b8876251a3292eec054d Mon Sep 17 00:00:00 2001 From: xiaowen <372193233@qq.com> Date: Thu, 7 Apr 2022 13:40:04 +0800 Subject: [PATCH] cxw-010203 --- src/views/Layout/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Layout/index.vue b/src/views/Layout/index.vue index 9aad9c2..37184f1 100644 --- a/src/views/Layout/index.vue +++ b/src/views/Layout/index.vue @@ -43,7 +43,7 @@ export default { }, mounted(){ this.$router.push({ name: sessionStorage.getItem('routerName') }); - + this.Info = JSON.parse(sessionStorage.getItem('info')); // this.tagActive = Number(sessionStorage.getItem('index')) // userInfo().then(res =>{ // this.Info = res.data