Skip to content

Commit 39946cd

Browse files
authored
Update quick.vue
修改权限拼接符
1 parent 856db94 commit 39946cd

File tree

1 file changed

+1
-1
lines changed
  • src/cool/modules/base/components/menu

1 file changed

+1
-1
lines changed

src/cool/modules/base/components/menu/quick.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export default defineComponent({
204204
":"
205205
)
206206
)
207-
.join(";");
207+
.join(",");
208208
209209
perms.push(d);
210210
});

0 commit comments

Comments
 (0)