From 7e2a837e26aafca3d49d35f9704442659da8654c Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期四, 02 十一月 2023 17:05:57 +0800 Subject: [PATCH] 硬件协议对接 --- admin/.env.development | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/.env.development b/admin/.env.development index 6e828ff..12a9035 100644 --- a/admin/.env.development +++ b/admin/.env.development @@ -7,10 +7,10 @@ #鐒︽澗鏈湴 # http://192.168.0.36:10012/doc.html#/home -VUE_APP_API_BASE_URL='http://192.168.0.36:10026' +VUE_APP_API_BASE_URL='http://192.168.0.190:10026' # # 娴嬭瘯鏈嶅姟 # VUE_APP_API_PREFIX='/bike_admin_api' # # 鍚庣鎺ュ彛鍦板潃锛歨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