新增、编辑角色
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-12-25 11:23:00 +08:00
parent a95a129dde
commit 7363b0049d
12 changed files with 954 additions and 265 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ export default {
...mapGetters(['sidebar', 'name', 'device'])
},
created() {
this.isReviewer = JSON.parse(zzSessionStorage.getItem('IsReviewer'))
// this.isReviewer = JSON.parse(zzSessionStorage.getItem('IsReviewer'))
},
methods: {
...mapMutations({ setLanguage: 'lang/setLanguage' }),