lw-cdp-ui 1.5.49 → 1.5.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -41,10 +41,10 @@
41
41
  </template>
42
42
 
43
43
  <script>
44
- import bu from './bu.vue'
45
- import task from './task.vue'
46
- import empty from '@/assets/images/empty.jpg'
47
- import setting from './setting.vue'
44
+ import empty from '@/assets/images/empty.jpg';
45
+ import bu from './bu.vue';
46
+ import setting from './setting.vue';
47
+ import task from './task.vue';
48
48
  export default {
49
49
  props: {
50
50
  isShowBu: {
@@ -123,6 +123,7 @@ export default {
123
123
  this.$store.commit('clearViewTags')
124
124
  this.$store.commit('clearKeepLive')
125
125
  this.$store.commit('clearIframeList')
126
+ document.cookie = 'token=; expires=Thu, 01 Jan 1970 00:00:00 GMT'
126
127
  window.location.href = this.$config?.LOGIN_URL || '/#/passport-login'
127
128
  })
128
129
  .catch(() => {