From 2100e6730f8d9110a70c0eec91f8213640459617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BA=AA=E5=AF=92?= <2533659732@qq.com> Date: Wed, 16 Nov 2022 10:38:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=90=A5PC=E7=AB=AF=E6=AD=A3=E5=BC=8F?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- src/api/baseurl.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index 5b271b6..6ffa6da 100644 --- a/.env.development +++ b/.env.development @@ -6,7 +6,7 @@ ENV = 'development' # 泉医到家运营管理平台/开发环境 # VUE_APP_BASE_API = '/dev-api' -VUE_APP_BASE_API = 'http://192.168.16.30:8080' +VUE_APP_BASE_API = 'http://admin.xinelu.com' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/.env.production b/.env.production index 6e694c4..8ac6c42 100644 --- a/.env.production +++ b/.env.production @@ -5,4 +5,4 @@ VUE_APP_TITLE = 泉医到家运营管理平台 ENV = 'production' # 泉医到家运营管理平台/生产环境 -VUE_APP_BASE_API = '/prod-api' +VUE_APP_BASE_API = 'http://admin.xinelu.com' diff --git a/src/api/baseurl.js b/src/api/baseurl.js index c4f3e01..bb93aba 100644 --- a/src/api/baseurl.js +++ b/src/api/baseurl.js @@ -1,3 +1,3 @@ -var baseurl = "http://192.168.16.76:8080"; +var baseurl = "http://admin.xinelu.com"; -export default baseurl \ No newline at end of file +export default baseurl