From 34eeeeca56f8b15c153aa514feb9d76e7b4335c2 Mon Sep 17 00:00:00 2001 From: woody Date: Wed, 15 Oct 2025 11:41:46 +0800 Subject: [PATCH] chore(env): update app address --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index bfc614f..ef3ffd9 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 = 'https://bfdl413.com/#/' -VUE_APP_APP_ADDRESS = 'https://bfdl413.com/#/' +VUE_APP_CLIENT_ADDRESS = 'http://bfdl413.com/#/' +VUE_APP_APP_ADDRESS = 'http://bfdl413.com/#/' # 打包: # npm run build:prod