From 3d3ed4872b5038a8cc72abc72f95fc2c134e7bc4 Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期四, 20 三月 2025 09:32:56 +0800 Subject: [PATCH] 111 --- admin/.env.development | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/admin/.env.development b/admin/.env.development index 040bc28..b3b255b 100644 --- a/admin/.env.development +++ b/admin/.env.development @@ -1,19 +1,18 @@ # 寮�鍙戠幆澧冮厤缃� NODE_ENV = 'development' - VUE_APP_CONTEXT_PATH = '/' VUE_APP_API_PREFIX = '/martempo_admin_interface' # 鐒︽澗鏈湴 -# http://192.168.0.36:10012/doc.html#/home -# VUE_APP_API_BASE_URL='http://192.168.0.190:10026' +# VUE_APP_API_BASE_URL = 'http://192.168.0.191:10026' + +# 浠诲悍鏈湴 +VUE_APP_API_BASE_URL = 'http://192.168.0.137:10026' # 钀嶅鏈湴 -# http://192.168.0.36:10012/doc.html#/home +# VUE_APP_API_BASE_URL = 'http://192.168.0.102:10026' -# 钀嶅鏈湴 -VUE_APP_API_BASE_URL = 'http://192.168.0.100:10026' - -# 鍚庣鎺ュ彛鍦板潃锛歨ttps://dmtest.ahapp.net/bike_admin_api/doc.html +# 鍚庣鎺ュ彛鍦板潃 # VUE_APP_API_BASE_URL = 'https://dmtest.ahapp.net/bike_admin_api' + -- Gitblit v1.9.3