feat(hand-factory): release v1.3.34

- 扫描钢卷功能支持维护异常信息
- 隐藏「设备巡检」菜单入口
- 版本号升级至 1.3.34
This commit is contained in:
2026-06-09 09:04:52 +08:00
parent a24e369ebb
commit fb5ee8356b
5 changed files with 6 additions and 6 deletions

View File

@@ -73,7 +73,7 @@ function checkStorageSpace() {
function checkUpdate(forceCheck = false) {
// 1. 准备本地版本信息
const localVersion = plus.runtime.version; // 基座版本
const staticVersion = '1.3.33'; // 静态默认版本
const staticVersion = '1.3.34'; // 静态默认版本
// const localWgtVersion = staticVersion;
const localWgtVersion = uni.getStorageSync('wgtVersion') || staticVersion; // 本地wgt版本从存储获取或用默认
const currentVersion = compareVersion(localWgtVersion, localVersion) > 0