#
luxiaotao1123
2024-04-16 a18215c69379bbdaecd95e25812e0796c32f9a57
zy-asrs-flow/src/config/setting.ts
@@ -1,5 +1,5 @@
// 接口地址
export const IP: string = '192.168.2.95';
export const IP: string = 'localhost';
export const PORT: number = 9090;
export const API_BASE_URL: string = 'http://' + IP + ':' + PORT + '/wcs';