From c71a62903722032ab4b77f1279b04f66b9840079 Mon Sep 17 00:00:00 2001 From: Ir0nMax Date: Sun, 19 Jan 2025 17:10:41 +0800 Subject: [PATCH] =?UTF-8?q?chore:=F0=9F=98=8E=E4=BF=AE=E6=94=B9=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AFbaseUrl=E4=B8=BAlocalhost=E4=BB=A5=E4=BE=BF?= =?UTF-8?q?=E4=BA=8E=E6=9C=AC=E5=9C=B0=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/utils/.env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/utils/.env.js b/App/utils/.env.js index 67f0b353..a939a6bb 100644 --- a/App/utils/.env.js +++ b/App/utils/.env.js @@ -1,5 +1,5 @@ const env = { - baseUrl: 'http://101.43.53.74:5005', // 服务器地址 + baseUrl: 'http://localhost:5005', // 服务器地址 header: {}, // 请求头 smKey: "04851D329AA3E38C2E7670AFE70E6E70E92F8769CA27C8766B12209A0FFBA4493B603EF7A0B9B1E16F0E8930C0406EA0B179B68DF28E25334BDEC4AE76D907E9E9" // sm2国密公匙 }