From 6baa332e47011c2c3e73d877d962f461ec5c4f36 Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期三, 04 十二月 2024 11:55:01 +0800 Subject: [PATCH] 1、线上环境后台接口请求路径移除端口 2、离线环境icon图标不显示的bug解决 3、移除pay icon --- types/env.d.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/types/env.d.ts b/types/env.d.ts index 40ce343..25cef34 100644 --- a/types/env.d.ts +++ b/types/env.d.ts @@ -25,10 +25,12 @@ readonly VITE_UPLOAD_URL: string readonly VITE_API_URL: string readonly VITE_BASE_PATH: 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