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 | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/js/global.js b/js/global.js
index e69de29..70ec3bb 100644
--- a/js/global.js
+++ b/js/global.js
@@ -0,0 +1,14 @@
+(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