From ea87c908fb6cdfc3e227a584a53e6730efb8262a Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 26 十月 2023 13:41:12 +0800
Subject: [PATCH] 小程序代码
---
minipro_standard/common/config.js | 14 +++++---------
1 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/minipro_standard/common/config.js b/minipro_standard/common/config.js
index 9e54f46..f20be30 100644
--- a/minipro_standard/common/config.js
+++ b/minipro_standard/common/config.js
@@ -1,12 +1,8 @@
-module.exports = {
- // 娴嬭瘯
- baseUrl: 'https://dmtest.ahapp.net/doumeeplant_api',
- // 浠诲悍
- // baseUrl: 'http://192.168.0.129:10021/',
- // 缇氱緤 https://lingyang.mes.show:1801/doumeeplant/doc.html
- // baseUrl: 'https://lingyang.mes.show:1801/doumeeplant',
- // mes
- // baseUrl: 'https://www.mes.red/doumeeplant',
+module.exports = {
+ // baseUrl: 'http://106.14.20.42/test_hfznzz/',
+ // baseUrl: 'https://hefei.dtkey.cn/test_hfznzz/',
+ // baseUrl: 'http://192.168.0.18:10021',
+ 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]*$/,
--
Gitblit v1.9.3