main-web/public/config/app.json

25 lines
335 B
JSON
Raw Normal View History

2024-03-14 03:30:18 +00:00
{
2026-01-05 11:49:55 +00:00
"configs": [
{
"name": "cmp-web"
},
{
"name": "cos-web",
"entry": "/cos-web/",
"activeRule": ["/cos", "/soa", "/screen", "/personal"]
},
{
"name": "cms-web"
},
{
"name": "sms-web"
},
{
"name": "cop-web"
},
{
"name": "form-web"
}
]
}