19 lines
526 B
JSON
19 lines
526 B
JSON
{
|
|
"appName": "上海地铁运三运营有限公司数字监控平台",
|
|
"version": "1.0.0",
|
|
"apiBaseUrl": "/api",
|
|
"wsBaseUrl": "ws://localhost:8080/ws",
|
|
"refreshInterval": 5000,
|
|
"pageSize": 20,
|
|
"theme": {
|
|
"primaryColor": "#00d4ff",
|
|
"bgColor": "#0a1628",
|
|
"borderColor": "rgba(0, 212, 255, 0.3)"
|
|
},
|
|
"modules": {
|
|
"moduleOne": { "title": "模块一", "enabled": true },
|
|
"moduleTwo": { "title": "模块二", "enabled": true },
|
|
"moduleThree": { "title": "模块三", "enabled": true }
|
|
}
|
|
}
|