1
z8018
2025-06-10 e46aa927d231af83724683c7286d9db503e24cf7
项目代码/WCS/WIDESEAWCS_Client/public/webconfig.js
@@ -1,12 +1,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/",
// }
//     "webApiDevelopment": "http://localhost:8099/",
//     "webApiProduction": "http://localhost:8099/",
//     "webApiDebug": "http://localhost:8099/",
//     "webSocketUrl": "ws://localhost:9296/",
// }
window.webConfig = {
    "webApiDevelopment": "http://192.168.0.179:8099/",
    "webApiProduction": "http://192.168.0.179:8099/",
    "webApiDebug": "http://192.168.0.179:8099/",
    "webSocketUrl": "ws://192.168.0.179:9296/",
}