From db04710a709c31c6635db621ac19a467d2e2c928 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 30 十二月 2023 22:18:35 +0800 Subject: [PATCH] 2023-12-30 --- src/utils/utils-datamanage.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/utils/utils-datamanage.js b/src/utils/utils-datamanage.js index a06bc3f..eef1007 100644 --- a/src/utils/utils-datamanage.js +++ b/src/utils/utils-datamanage.js @@ -301,6 +301,10 @@ 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) -- Gitblit v1.8.0