From 6c28a25a6c1fbf4ad04ae4c013f3445f696fb215 Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Wed, 17 Sep 2025 14:49:02 +0800 Subject: [PATCH] =?UTF-8?q?chore(env.d.ts):=20=E6=B3=A8=E9=87=8A=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/env.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/env.d.ts b/src/env.d.ts index 0f49154..cbdf727 100644 --- a/src/env.d.ts +++ b/src/env.d.ts @@ -18,7 +18,7 @@ interface ImportMetaEnv { /** H5是否需要代理 */ readonly VITE_APP_PROXY_ENABLE: 'true' | 'false' /** H5是否需要代理,需要的话有个前缀 */ - readonly VITE_APP_PROXY_PREFIX: string // 一般是/api + readonly VITE_APP_PROXY_PREFIX: string /** 后端是否有统一前缀 /api */ readonly VITE_SERVER_HAS_API_PREFIX: 'true' | 'false' /** 认证模式,'single' | 'double' ==> 单token | 双token */