From 3e63f648758dac238d9b9657c806288b87a9984c Mon Sep 17 00:00:00 2001 From: 13518173448 Date: Sun, 20 Apr 2025 13:00:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8E=E7=AB=AF=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 9779d02..b93020e 100644 --- a/.env.development +++ b/.env.development @@ -1,10 +1,10 @@ NODE_ENV = 'development' # api请求地址 -VITE_APP_BASE_URL='https://ttts.keruixinda.com/api/' +VITE_APP_BASE_URL='https://ttts.runtong.vip/api/' # 图片服务器地址 -VITE_IMG_DOMAIN='https://ttts.keruixinda.com' +VITE_IMG_DOMAIN='https://ttts.runtong.vip' # 站点id 仅在编译为小程序时生效 VITE_SITE_ID = '100002'