From 53a4f259c62cd4920956b9a6140e6d20bc99ec69 Mon Sep 17 00:00:00 2001 From: hebo Date: Wed, 24 Dec 2025 20:14:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E6=97=A5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/config.ts b/src/config.ts index 510e355..a9754fd 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,7 +1,8 @@ const ip: string = "127.0.0.1:8897"; -// const ip: string = "lzcxsx.cn"; -const fwqip: string = "lzcxsx.cn"; -// const ip: string = "zhxy.yufangzc.com"; +const fwqip: string = "127.0.0.1:8897"; +//const ip: string = "lzcxsx.cn"; +//const fwqip: string = "lzcxsx.cn"; +//const ip: string = "zhxy.yufangzc.com"; //const fwqip: string = "zhxy.yufangzc.com"; //打包服务器接口代理标识 const SERVERAGENT: string = "/jzd-api";