From e16d0e082e8f951bfba3f85ae459144c9f59b4f9 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 04 九月 2023 15:41:21 +0800
Subject: [PATCH] 1.0.4

---
 minipro_standard/common/config.js |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/minipro_standard/common/config.js b/minipro_standard/common/config.js
index d0ead09..0d13af6 100644
--- a/minipro_standard/common/config.js
+++ b/minipro_standard/common/config.js
@@ -1,7 +1,8 @@
 module.exports = {
 	// baseUrl: 'http://106.14.20.42/test_hfznzz/',
 	// baseUrl: 'https://hefei.dtkey.cn/test_hfznzz/',
-	baseUrl: 'https://dmtest.ahapp.net/doumeeplant_api',
+	baseUrl: 'http://192.168.0.15:10021/',
+	// baseUrl: 'https://dmtest.ahapp.net/doumeeplant_api',
 	phoneRegular: /^1[3456789]\d{9}$/,
 	mailboxRegular: /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/,
 	positiveInteger: /^[0-9]*[1-9][0-9]*$/,
@@ -13,5 +14,17 @@
 		HG: 'APPLIANCE_ONTEST',
 		BL: 'APPLIANCE_OFFTEST',
 		BF: 'APPLIANCE_USELESS'
+	},
+	QRCodeType: {
+		WL: 'WL',
+		CK: 'CK',
+		HW: 'HW',
+		GD: 'GD',
+		GZ: 'GZ',
+		SB: 'SB',
+		YG: 'YG',
+		ZKD: 'ZKD',
+		CKD: 'CKD',
+		RKD: 'RKD'
 	}
 }

--
Gitblit v1.9.3