From 5d407b4f792d73f4124a2668b5aeecafe99b270f Mon Sep 17 00:00:00 2001 From: yuzhiran Date: Thu, 11 Jun 2026 21:30:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=8F=E7=A8=8B=E5=BA=8F=20API=20?= =?UTF-8?q?=E5=9F=9F=E5=90=8D=E5=88=87=E5=9B=9E=20zhiyinwx.yzrcloud.cn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zhiyin-app/.env.production | 4 ++-- zhiyin-app/src/config.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zhiyin-app/.env.production b/zhiyin-app/.env.production index 529d42e..1e0a299 100644 --- a/zhiyin-app/.env.production +++ b/zhiyin-app/.env.production @@ -1,4 +1,4 @@ # 生产环境变量 -VITE_API_BASE_URL=https://zhiyin.yzrcloud.cn/api +VITE_API_BASE_URL=https://zhiyinwx.yzrcloud.cn/api VITE_APP_NAME=AI磁场 -VITE_PROD_API_HOST=https://zhiyin.yzrcloud.cn +VITE_PROD_API_HOST=https://zhiyinwx.yzrcloud.cn diff --git a/zhiyin-app/src/config.ts b/zhiyin-app/src/config.ts index da3fd89..259f3b9 100644 --- a/zhiyin-app/src/config.ts +++ b/zhiyin-app/src/config.ts @@ -88,7 +88,7 @@ export const API_ENDPOINTS = { }, } as const -const PROD_API_HOST = import.meta.env.VITE_PROD_API_HOST || 'https://zhiyin.yzrcloud.cn' +const PROD_API_HOST = import.meta.env.VITE_PROD_API_HOST || 'https://zhiyinwx.yzrcloud.cn' const DEV_API_HOST = 'http://localhost:3006' let API_HOST: string