From e46fd27707fef51ff8e225e9b08651f8ebc1bc28 Mon Sep 17 00:00:00 2001 From: Timothy Yin Date: Tue, 21 Jan 2025 00:05:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=20API=20=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index a06c922..9af3f2f 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -4,7 +4,7 @@ export default defineNuxtConfig({ runtimeConfig: { public: { - API_BASE: 'https://service2.fenshenzhike.com/', + API_BASE: 'https://service1.fenshenzhike.com/', }, },