#
Junjie
2024-06-16 83c548d3dba59aaed9b52b5d413c6912a87d2efc
zy-asrs-flow/src/config/setting.ts
@@ -1,5 +1,7 @@
// 接口地址
export const API_BASE_URL: string = 'http://192.168.4.113:9090/wcs';
export const API_BASE_URL: string = 'http://127.0.0.1:9090/wcs';
export const API_TIMEOUT: number = 60;
// 项目名称
export const PROJECT_NAME: string = 'admin';