From fe4d817b42d36abbe5b4810f4d3893ba8c172242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=8F?= <1978476055@qq.com> Date: Mon, 21 Oct 2024 09:10:58 +0800 Subject: [PATCH] 1 --- src/config/env.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/env.ts b/src/config/env.ts index e14d917..c1ee71a 100644 --- a/src/config/env.ts +++ b/src/config/env.ts @@ -3,7 +3,7 @@ type ServiceEnv = Record const serviceEnv: ServiceEnv = { dev: { - url: 'http://localhost:8080', + url: 'http://192.168.0.100:8787', json: 'http://localhost:8080', }, test: {