diff --git a/src/App.vue b/src/App.vue index d171da0..248c7d1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -36,9 +36,7 @@ export default { if (this.$route.fullPath.includes('/counter/list/manage')) { sessionStorage.setItem('computerPath', this.$route.fullPath) } - - util.local.get(Setting.tokenKey) && util.local.set(Setting.storeKey, this.$store.state) - sessionStorage.setItem('systemData', this.$store.system.state) + util.local.set(Setting.storeKey, this.$store.state) }) }, data () { diff --git a/src/pages/manage/index/index.vue b/src/pages/manage/index/index.vue index 0a050b1..9c04286 100644 --- a/src/pages/manage/index/index.vue +++ b/src/pages/manage/index/index.vue @@ -1,7 +1,7 @@