1
z8018
2025-05-05 b6837f097e9cdb2645368aed4ddb03f580c331e4
1
2
3
4
5
6
7
8
9
10
11
12
window.webConfig = {
    "webApiDevelopment": "http://localhost:8099/",
    "webApiProduction": "http://localhost:8099/",
    "webApiDebug": "http://localhost:8099/",
    "webSocketUrl": "ws://localhost:9296/",
}
// window.webConfig = {
//     "webApiDevelopment": "http://192.168.1.103:8099/",
//     "webApiProduction": "http://192.168.1.103:8099/",
//     "webApiDebug": "http://192.168.1.103:8099/",
//     "webSocketUrl": "ws://192.168.1.103:9296/",
// }