@jx3box/jx3box-common-ui 8.9.23 → 8.9.25

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "8.9.23",
3
+ "version": "8.9.25",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  <asset :asset="asset" />
18
18
 
19
19
  <!-- manage -->
20
- <manage :isTeammate="isTeammate" v-if="isTeammate" />
20
+ <manage :isTeammate="isTeammate" />
21
21
 
22
22
  <!-- 语言切换 -->
23
23
  <!-- <lang-switch /> -->
@@ -185,6 +185,9 @@ export default {
185
185
  type: "success",
186
186
  duration: 1000,
187
187
  });
188
+
189
+ // 清除马甲
190
+ localStorage.removeItem("jx3box-alternate-" + User.getInfo().uid);
188
191
  });
189
192
  },
190
193
  showUserName: function (val) {