From 5a4e4f0ac1e40f45ce4e78b1ae57637c84a64fc7 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 26 十月 2023 13:34:46 +0800
Subject: [PATCH] 添加统计日志
---
minipro_standard/common/config.js | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/minipro_standard/common/config.js b/minipro_standard/common/config.js
index c1b5459..9e54f46 100644
--- a/minipro_standard/common/config.js
+++ b/minipro_standard/common/config.js
@@ -1,8 +1,12 @@
-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://dmtest.ahapp.net/doumeeplant_api',
+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',
phoneRegular: /^1[3456789]\d{9}$/,
mailboxRegular: /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/,
positiveInteger: /^[0-9]*[1-9][0-9]*$/,
--
Gitblit v1.9.3