框架优化

This commit is contained in:
hoteas
2022-03-13 17:02:19 +08:00
parent e426c285b0
commit cb0bcdb2d1
8 changed files with 96 additions and 66 deletions
+16 -7
View File
@@ -11,18 +11,27 @@
"timeout": 7200
}
},
"codeConfig": {
"admin": {
"codeConfig": [
{
"config": "config/admin.json",
"mode": 0,
"name": "",
"rule": "config/adminRule.json",
"table": "admin"
},
{
"config": "config/app.json",
"name": "admin",
"rule": "config/rule.json"
"mode": 0,
"name": "app",
"rule": "config/appRule.json",
"table": "admin"
}
},
"crossDomain": "auto",
],
"crossDomain": "",
"db": {
"mysql": {
"host": "192.168.6.253",
"name": "iedc_dev",
"name": "rfcb",
"password": "dasda8454456",
"port": "3306",
"prefix": "",