mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-21 20:35:16 +00:00
修改customer文件位restful模式 提供示例
This commit is contained in:
@@ -11,4 +11,4 @@ g = _, _
|
||||
e = some(where (p.eft == allow))
|
||||
|
||||
[matchers]
|
||||
m = r.sub == p.sub && r.obj == p.obj && r.act == p.act
|
||||
m = r.sub == p.sub && ParamsMatch(r.obj,p.obj) && r.act == p.act
|
||||
|
||||
Reference in New Issue
Block a user