@jx3box/jx3box-common-ui 9.0.34 → 9.0.35

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Header.vue +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "9.0.34",
3
+ "version": "9.0.35",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/Header.vue CHANGED
@@ -102,6 +102,7 @@ export default {
102
102
 
103
103
  if (User.isLogin()) {
104
104
  if (token_version != global_token_version) {
105
+ localStorage.setItem("token_version", global_token_version);
105
106
  User.destroy().then((res) => {
106
107
  this.$refs.user?.logout();
107
108
  // 清除马甲所有马甲信息