From d3d9e22beca06166bed2018c90081986b486cf75 Mon Sep 17 00:00:00 2001 From: surenjun Date: Thu, 27 Mar 2025 10:35:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=9C=B0=E7=82=B9?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/config/global.ts | 5 ++++- entry/src/main/ets/entryability/EntryAbility.ts | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/entry/src/main/ets/config/global.ts b/entry/src/main/ets/config/global.ts index 6e16dd4d..dd5891e2 100644 --- a/entry/src/main/ets/config/global.ts +++ b/entry/src/main/ets/config/global.ts @@ -16,7 +16,7 @@ export const GlobalConfig={ //杭州 hz:{ km2:['2022.03.14.01','2022.03.17.1'], - km3:[], + km3:['2024.08.21.01','2024.08.24.1'], }, //黑龙江 hlg:{ @@ -37,5 +37,8 @@ export const GlobalConfig={ km2:['2024.08.21.01','2024.08.24.1'], km3:[], }, + wx:{ + km2:['2024.08.21.01','2024.08.24.1'], + } } } diff --git a/entry/src/main/ets/entryability/EntryAbility.ts b/entry/src/main/ets/entryability/EntryAbility.ts index 5e598609..9e7393e9 100644 --- a/entry/src/main/ets/entryability/EntryAbility.ts +++ b/entry/src/main/ets/entryability/EntryAbility.ts @@ -47,8 +47,8 @@ export default class EntryAbility extends UIAbility { // globalThis.judgeVersion ='2024.08.24.1' // globalThis.version ='2023.12.13.01'; - globalThis.version = GlobalConfig.version.jn.km3[0]; - globalThis.judgeVersion = GlobalConfig.version.jn.km3[1]; + globalThis.version = GlobalConfig.version.wx.km2[0]; + globalThis.judgeVersion = GlobalConfig.version.wx.km2[1]; globalThis.tcpSendNum = 0 globalThis.videoVersion = '1.0'