#
gtsxc
2024-11-02 b717124538f5f68d158f10e37e23c7e0327563f6
zy-asrs-flow/src/config/setting.ts
@@ -1,6 +1,6 @@
// 接口地址
export const IP: string = 'localhost';
export const PORT: number = 9090;
export const IP: string = '10.0.100.140';
export const PORT: number = 8088;
export const API_BASE_URL: string = 'http://' + IP + ':' + PORT + '/wcs';
export const WEBSOCKET_BASE_URL: string = 'ws://' + IP + ':' + PORT + '/wcs';