From 7b87b2e8506983c8dcae842ece4d1d9dec24244f Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期一, 16 十月 2023 09:03:00 +0800
Subject: [PATCH] 1
---
platform_web/.env.production | 3 ++-
minipro_standard/common/config.js | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/minipro_standard/common/config.js b/minipro_standard/common/config.js
index 52905cd..3b27016 100644
--- a/minipro_standard/common/config.js
+++ b/minipro_standard/common/config.js
@@ -2,7 +2,8 @@
// baseUrl: '/doumeeplant_api',
// baseUrl: 'https://dmtest.ahapp.net/doumeeplant_api',
// https://lingyang.mes.show:1801/doumeeplant/doc.html
- baseUrl: 'https://lingyang.mes.show:1801/doumeeplant',
+ // baseUrl: 'https://lingyang.mes.show:1801/doumeeplant',
+ baseUrl: 'https://www.mes.red/doumeeplant',
phoneRegular: /^1[3456789]\d{9}$/,
mailboxRegular: /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/,
positiveInteger: /^[0-9]*[1-9][0-9]*$/,
diff --git a/platform_web/.env.production b/platform_web/.env.production
index d4ef849..b40c252 100644
--- a/platform_web/.env.production
+++ b/platform_web/.env.production
@@ -20,4 +20,5 @@
# VUE_APP_BASE_URL = 'http://121.41.112.139:10012/'
#姝e紡鐜
-VUE_APP_BASE_URL = 'https://www.mes.red/doumeeplant/'
+# VUE_APP_BASE_URL = 'https://www.mes.red/doumeeplant/'
+VUE_APP_BASE_URL = 'https://lingyang.mes.show:1801/doumeeplant'
--
Gitblit v1.9.3