Browse Source

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

pixel 5 years ago
parent
commit
118a3248b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      QMPlusServer/static/config/config.json

+ 1 - 1
QMPlusServer/static/config/config.json

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