From 32383daed1b498577da8c37145e66e2a93e28b2d Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 21 九月 2022 17:13:52 +0800
Subject: [PATCH] 1.日常点检提交功能开发完成

---
 js/global.js |   30 ++++++++++++++----------------
 1 files changed, 14 insertions(+), 16 deletions(-)

diff --git a/js/global.js b/js/global.js
index 7f45abe..70ec3bb 100644
--- a/js/global.js
+++ b/js/global.js
@@ -1,16 +1,14 @@
-// // 鏍煎紡鍖栧湴鍧�鏍忓弬鏁�    灏嗗璞¤嚜鍔ㄦ嫾鎺ユ垚鍦板潃鏍忎紶鍙傚舰寮�
-
-// export   formatParams() {
-// 	const data = {
-// 		userid: 33,
-// 		usercode: '002',
-// 		username: '寮犱笁',
-// 		usertype: 'APP'
-// 	}
-
-
-// 	return data
-
-// }
-
-// export const value=1
+(function(w) {
+	 // 鏍煎紡鍖栧湴鍧�鏍忓弬鏁�    灏嗗璞¤嚜鍔ㄦ嫾鎺ユ垚鍦板潃鏍忎紶鍙傚舰寮�
+	 w.formatParams = function() {
+			const data = {
+				userid: 33,
+				usercode: '002',
+				username: '寮犱笁',
+				usertype: 'APP'
+			}
+		return data;
+	}
+	
+	
+})(window);
\ No newline at end of file

--
Gitblit v1.9.3