mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-04 10:13:53 +08:00
fix: Modify access fields
This commit is contained in:
@@ -296,12 +296,12 @@ export const PERMISSION_DEFINITION = [
|
||||
},
|
||||
"team.service.service_intro.add": {
|
||||
"granted": {
|
||||
"anyOf": [{ "backend": [" team.service.service_intro.manager"] }]
|
||||
"anyOf": [{ "backend": ["team.service.service_intro.manager"] }]
|
||||
}
|
||||
},
|
||||
"team.service.service_intro.edit": {
|
||||
"granted": {
|
||||
"anyOf": [{ "backend": [" team.service.service_intro.manager"] }]
|
||||
"anyOf": [{ "backend": ["team.service.service_intro.manager"] }]
|
||||
}
|
||||
},
|
||||
"team.service.api_doc.import": {
|
||||
|
||||
Reference in New Issue
Block a user