#
Junjie
2025-04-15 d56b8093dc9e3e75f8efe1a0f1aa6d821c9c3dfb
zy-asrs-flow/src/config/setting.ts
@@ -1,6 +1,6 @@
// 接口地址
export const IP: string = '192.168.2.95';
export const PORT: number = 9090;
export const IP: string = '127.0.0.1';
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';