CGerAJ
CGerAJ
``` { "resCode": 401, "msg": "jsVersion 不存在", "data": { "diff": false, "path": "http://xxx.xxx.com/static/d4d2a878af7a9ad336b2ef17ea01e827.zip" } } ``` 这个地址 `http://xxx.xxx.com/static/d4d2a878af7a9ad336b2ef17ea01e827.zip` 是可以访问的 但是app并未下载包去更新
rbac_model.conf ``` [request_definition] r = sub, dom, obj, act [policy_definition] p = sub, dom, obj, act [role_definition] g = _, _, _ [policy_effect] e = some(where (p.eft == allow)) [matchers]...
#### rbac_token bug v1#...#..... 我看了在lua脚本内用的截取#的操作 https://github.com/iGeeky/apisix-plugin-rbac/blob/b2bbd6471ac661a1a5c3e7a8218395452511ec87/lua/wolf-rbac.lua#L60 local res, err = ngx_re.split(rbac_token, "#", nil, nil, 3) ``` ``` https://github.com/iGeeky/apisix-plugin-rbac/blob/b2bbd6471ac661a1a5c3e7a8218395452511ec87/lua/wolf-rbac.lua#L152 check_url_permission 方法 V1#restful#eyJhbGci https://github.com/iGeeky/apisix-plugin-rbac/blob/b2bbd6471ac661a1a5c3e7a8218395452511ec87/lua/wolf-rbac.lua#L300 if not args.appid then return core.response.exit(400, {message =...
如果使用input button 默认 value是随机值 这段代码的通用性并不好
判断是否存在多次new实例 多次new 只创建一次dom 解决多次new实例创建多个dom引发的无法选择时间的bug