From 2e3adf807c3c198746d3d51fbab4d71bdf22af81 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期五, 10 十一月 2023 10:14:20 +0800 Subject: [PATCH] Merge branch 'dev' of http://139.186.142.91:10010/r/productDev/parkBike into dev --- admin/.env.development | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/admin/.env.development b/admin/.env.development index 040bc28..cd5ad2c 100644 --- a/admin/.env.development +++ b/admin/.env.development @@ -1,19 +1,17 @@ # 寮�鍙戠幆澧冮厤缃� 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' # 钀嶅鏈湴 # http://192.168.0.36:10012/doc.html#/home # 钀嶅鏈湴 -VUE_APP_API_BASE_URL = 'http://192.168.0.100: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' +# 鍚庣鎺ュ彛鍦板潃 +VUE_APP_API_BASE_URL = 'https://dmtest.ahapp.net/bike_admin_api' -- Gitblit v1.9.3