From 97c0cde8cd95d641cab469debfa6978a6dcc5710 Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期四, 02 一月 2025 09:41:21 +0800 Subject: [PATCH] process-designer.scss文件将@use修改为@import,解决项目发布后第一次打开一个流程设计图时报错的bug --- types/env.d.ts | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/types/env.d.ts b/types/env.d.ts index 40ce343..76f4669 100644 --- a/types/env.d.ts +++ b/types/env.d.ts @@ -22,13 +22,15 @@ readonly VITE_APP_DEFAULT_LOGIN_PASSWORD: string readonly VITE_APP_DOCALERT_ENABLE: string readonly VITE_BASE_URL: string - readonly VITE_UPLOAD_URL: string readonly VITE_API_URL: string readonly VITE_BASE_PATH: string + readonly VITE_UPLOAD_TYPE: string + readonly VITE_VIDEO_CAMERA_DOMAIN: string readonly VITE_DROP_DEBUGGER: string readonly VITE_DROP_CONSOLE: string readonly VITE_SOURCEMAP: string readonly VITE_OUT_DIR: string + readonly VITE_STATIC_DIR: string } declare global { -- Gitblit v1.9.3