修改版本号

This commit is contained in:
tangxinyue 2026-04-30 16:21:56 +08:00
parent feb6491733
commit 5e7738a6db
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export function createApp() {
app.config.globalProperties.$system = plus.os.name;
// #endif
app.config.globalProperties.$systemInfo = systemInfo
uni.setStorageSync('version', '1.0.4.sp23')
uni.setStorageSync('version', '1.0.4.sp24')
app.config.globalProperties.$version = uni.getStorageSync('version')
app.use(globalMethods);
return {