@jx3box/jx3box-common-ui 8.4.1 → 8.4.3

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.4.1",
3
+ "version": "8.4.3",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -188,6 +188,8 @@ export default {
188
188
  this.user = data;
189
189
  this.isSuperAuthor = !!data.sign;
190
190
  this.isTeammate = this.user?.is_teammate;
191
+ localStorage.setItem("is_teammate", this.isTeammate);
192
+ localStorage.setItem("permission", this.user?.permission);
191
193
  this.$emit("update", this.user);
192
194
  })
193
195
  .catch((err) => {