修改更新策略

main
ihzero 2024-05-02 13:51:06 +08:00
parent 41f58fb29c
commit 1568aa4572
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ export default function () {
const info = resData[systemInfo.platform];
let resInfo = null
if (info == null || appVersion >= info?.version) {
if (info == null || systemInfo.appVersionCode >= info?.version) {
resInfo = {
code: 0
}