From ec9047869bd2642821d1dfc5bbd339313d910d66 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期一, 06 七月 2026 18:14:11 +0800 Subject: [PATCH] 新增功能 --- admin/.env.production | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/admin/.env.production b/admin/.env.production index 68e7229..d862ade 100644 --- a/admin/.env.production +++ b/admin/.env.production @@ -3,11 +3,7 @@ VUE_APP_API_PREFIX = '/bike_admin_api' VUE_APP_CONTEXT_PATH = '/bike_admin' - -# VUE_APP_API_BASE_URL = 'http://localhost:80/meeting_admin_interface' -# VUE_APP_API_BASE_URL = 'https://dmtest.ahapp.net/bike_admin_api' + VUE_APP_API_BASE_URL = 'https://bikes.yxbhlt.cn/bike_admin_api/' - -# VUE_APP_API_BASE_URL = 'https://skinai.beikepai.com/admin_interface' -# https://dmtest.ahapp.net/meeting_admin_interface/doc.html +# VUE_APP_API_BASE_URL = 'http://192.168.0.3/bikeAdmin' -- Gitblit v1.9.3