diff --git a/src/lycomponents/iHeader/index.vue b/src/lycomponents/iHeader/index.vue index 47998a0..28af013 100644 --- a/src/lycomponents/iHeader/index.vue +++ b/src/lycomponents/iHeader/index.vue @@ -142,6 +142,14 @@ export default { layout() { this.setToken(""); this.setUser({}); + this.setEComparison([]); + this.setBComparison([]); + this.setMComparison([]); + this.setCtime({}); + this.setCtime2({}); + this.setCommTime({}); + this.setBrand({}); + this.setModel({}); this.$router.replace("/login"); }, }, diff --git a/src/lycomponents/iHeaderBrand/index.vue b/src/lycomponents/iHeaderBrand/index.vue index 2dd6d43..fc1d14f 100644 --- a/src/lycomponents/iHeaderBrand/index.vue +++ b/src/lycomponents/iHeaderBrand/index.vue @@ -174,6 +174,14 @@ export default { layout() { this.setToken(""); this.setUser({}); + this.setEComparison([]); + this.setBComparison([]); + this.setMComparison([]); + this.setCtime({}); + this.setCtime2({}); + this.setCommTime({}); + this.setBrand({}); + this.setModel({}); this.$router.replace("/login"); }, //根据选择的开始时间/结束时间,动态渲染要禁用的日期 diff --git a/src/lycomponents/iHeaderMa/index.vue b/src/lycomponents/iHeaderMa/index.vue index ba3ccda..e5bb029 100644 --- a/src/lycomponents/iHeaderMa/index.vue +++ b/src/lycomponents/iHeaderMa/index.vue @@ -136,6 +136,14 @@ export default { layout() { this.setToken(""); this.setUser({}); + this.setEComparison([]); + this.setBComparison([]); + this.setMComparison([]); + this.setCtime({}); + this.setCtime2({}); + this.setCommTime({}); + this.setBrand({}); + this.setModel({}); this.$router.replace("/login"); } }, diff --git a/src/store/mutations.js b/src/store/mutations.js index a0d71a1..0af758b 100644 --- a/src/store/mutations.js +++ b/src/store/mutations.js @@ -1,7 +1,7 @@ /* * @Author: your name * @Date: 2021-10-12 13:37:35 - * @LastEditTime: 2021-11-16 10:02:10 + * @LastEditTime: 2021-11-19 19:00:26 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: /data-show/src/store/mutations.js @@ -50,7 +50,7 @@ const mutations = { sessionStorage.setItem('headerType', log); }, setBrand: (state, log) => { - let obj = Object.assign(state.brand, log); + let obj = Object.assign({}, log); state.brand = obj; let str = JSON.stringify(obj); sessionStorage.setItem('brand', str); diff --git a/src/views/BrandInsight/titsopo/index.vue b/src/views/BrandInsight/titsopo/index.vue index e43e9f8..26d5f27 100644 --- a/src/views/BrandInsight/titsopo/index.vue +++ b/src/views/BrandInsight/titsopo/index.vue @@ -1,7 +1,7 @@