From 55eb4aea8af11e3ecd867791b4a2c6a364174270 Mon Sep 17 00:00:00 2001 From: xce Date: Thu, 15 Jan 2026 04:25:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E4=BF=AE=E6=94=B9=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 4b4396c..48ae2b8 100644 --- a/.env.production +++ b/.env.production @@ -8,4 +8,4 @@ ENV = 'production' VUE_APP_BASE_API = '/api' # 后端请求路径 -VUE_APP_URL = '/api' +VUE_APP_URL = 'https://api.xiaoces.com/api'