From ea7ed4e30392e7f23925c0085d40df29fc1aac2b Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 13 八月 2024 21:04:06 +0800 Subject: [PATCH] 产品、工单绑定工艺路线更新 --- types/config.d.ts | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/types/config.d.ts b/types/config.d.ts index 6993f4b..994b611 100644 --- a/types/config.d.ts +++ b/types/config.d.ts @@ -155,6 +155,7 @@ downloadUrl: string; useOrg: boolean; systemType: string; + wsUrl: string; } export interface GlobEnvConfig { // Site title @@ -166,9 +167,10 @@ // Upload url VITE_GLOB_UPLOAD_URL?: string; VITE_GLOB_SYS_API_URL: string; + VITE_GLOB_WS_URL: string; VITE_GLOB_TSK_API_URL: string; VITE_GLOB_MAP_KEY: string; VITE_GLOB_DOWNLOAD_URL: string; VITE_USE_ORG: boolean; - VITE_APP_TYPE: string; + VITE_GLOB_SYS_TYPE: string; } -- Gitblit v1.9.3