From 7dfa0e9151bb4c90a4488c08185f5597aff6bf59 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 26 一月 2024 20:18:03 +0800
Subject: [PATCH] 2024-01-26

---
 src/utils/utils-datamanage.js |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/utils/utils-datamanage.js b/src/utils/utils-datamanage.js
index a1fbc18..b2daf02 100644
--- a/src/utils/utils-datamanage.js
+++ b/src/utils/utils-datamanage.js
@@ -307,10 +307,6 @@
       param.s_debug_type = 'Y'
     }
 
-    if (window.GLOB.forcedUpdate) {
-      param.s_version_up = 'true'
-    }
-
     if (window.GLOB.mkHS) { // 浜戠鏁版嵁楠岃瘉
       param.open_key = Utils.encryptOpenKey(param.secretkey, param.timestamp)
 
@@ -318,6 +314,8 @@
       if (setting.tableName === 's_custom_script' && window.GLOB.mainSystemApi) {
         param.rduri = window.GLOB.mainSystemApi
       }
+    } else if (window.GLOB.forcedUpdate) {
+      param.s_version_up = 'true'
     }
 
     return param

--
Gitblit v1.8.0