From 6d3b2c7e9b012e35dbaa8cb0468787da77fb924a Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Sat, 2 Aug 2025 17:30:17 +0800 Subject: [PATCH] =?UTF-8?q?base=20url=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.staging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.staging b/.env.staging index 86c7499..821b06a 100644 --- a/.env.staging +++ b/.env.staging @@ -7,7 +7,7 @@ ENV = 'staging' VUE_APP_BASE_API = '/console' # application base url 这个请求地址是后端请求 使用nginx去做转发配置,请求内网地址 -VUE_APP_BASE_URL = 'http://local.consolepage.yuyinfang168.com' +VUE_APP_BASE_URL = 'https://console-test.lequdev.com' # oss VUE_APP_OSS_BUCKET = 'dev-yuyin'