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.
- package/dist/components/lwLayout/components/userbar.vue +5 -4
- package/dist/lw-cdp-ui.esm.js +6720 -6771
- package/dist/lw-cdp-ui.umd.js +18 -18
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
</template>
|
|
42
42
|
|
|
43
43
|
<script>
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import
|
|
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(() => {
|