系统名称

This commit is contained in:
wangwenhua 2025-10-22 11:47:06 +08:00
parent ef5db16c69
commit 65c9e8da08

2
public/config.js vendored
View File

@ -21,5 +21,5 @@ window._CONFIG = {
// 服务端地址
VUE_APP_API_URL: 'http://192.168.0.53:8099',
// websocket服务地址
VUE_APP_WEBSOCKET_URL: 'ws://127.0.0.1:8099',
VUE_APP_WEBSOCKET_URL: 'ws://192.168.0.53:8099',
}