多模块重构 4:system 模块的创建,去除 Sys

This commit is contained in:
YunaiV
2022-01-29 21:29:54 +08:00
parent 06887bff16
commit 117914d92b
335 changed files with 2481 additions and 2498 deletions

View File

@ -1,10 +1,11 @@
{
"local": {
"baseUrl": "http://127.0.0.1:48080/api",
"baseUrl": "http://127.0.0.1:48080/admin-api",
"token": "test1",
"adminTenentId": "1",
"userApi": "http://127.0.0.1:48080/app-api",
"userToken": "test1",
"userTenentId": "1"
"appToken": "test1",
"appTenentId": "1"
}
}