Browse Source

对RBAC鉴权模型自定义方法修改 完全支持 RESFTUL模式 支持/:params 占位符模式以及 ?query=地址栏参数模式

main
pixel 5 years ago
parent
commit
118a3248b4
  1. 2
      QMPlusServer/static/config/config.json

2
QMPlusServer/static/config/config.json

@ -9,7 +9,7 @@
"username": "root", "username": "root",
"password": "Aa@6447985", "password": "Aa@6447985",
"path": "127.0.0.1:3306", "path": "127.0.0.1:3306",
"dbname": "yx",
"dbname": "qmPlus",
"config": "charset=utf8\u0026parseTime=True\u0026loc=Local" "config": "charset=utf8\u0026parseTime=True\u0026loc=Local"
}, },
"qiniu": { "qiniu": {

Loading…
Cancel
Save