From a4093814b51bba7eae9530cfa076f6242df3f5f8 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期一, 17 二月 2025 14:59:43 +0800 Subject: [PATCH] #移库任务 --- zy-asrs-flow/src/config/setting.ts | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/zy-asrs-flow/src/config/setting.ts b/zy-asrs-flow/src/config/setting.ts index e638e2c..bbfd83c 100644 --- a/zy-asrs-flow/src/config/setting.ts +++ b/zy-asrs-flow/src/config/setting.ts @@ -1,8 +1,14 @@ // 鎺ュ彛鍦板潃 -export const API_BASE_URL: string = ''; +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'; + +export const API_TIMEOUT: number = 60; // 椤圭洰鍚嶇О -export const PROJECT_NAME: string = ''; +export const PROJECT_NAME: string = 'admin'; // 椤电鍚岃矾鐢变笉鍚屽弬鏁板彲閲嶅鎵撳紑鐨勮矾鐢� export const REPEATABLE_TABS: string[] = []; -- Gitblit v1.9.1