From b61e31646b680170655124ac30a6bd799aee3bce Mon Sep 17 00:00:00 2001 From: woody Date: Sat, 9 Aug 2025 11:06:24 +0800 Subject: [PATCH] chore(env): update redirect address --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 402a0de..28ab620 100644 --- a/.env.production +++ b/.env.production @@ -3,8 +3,8 @@ ENV = 'production' # base api VUE_APP_BASE_API = '/prod-api' -VUE_APP_CLIENT_ADDRESS = 'http://app.beida413.com/#/' -VUE_APP_APP_ADDRESS = 'http://app.beida413.com/#/' +VUE_APP_CLIENT_ADDRESS = 'http://t-app.beida413.com/#/' +VUE_APP_APP_ADDRESS = 'http://t-app.beida413.com/#/' # 打包: # npm run build:prod