Update quick.vue

修改权限拼接符
This commit is contained in:
icssoa 2022-05-17 09:59:48 +08:00 committed by GitHub
parent 856db94524
commit 39946cd784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,7 +204,7 @@ export default defineComponent({
":" ":"
) )
) )
.join(";"); .join(",");
perms.push(d); perms.push(d);
}); });