This commit is contained in:
小李 2026-06-26 14:59:44 +08:00
parent 76a25d329b
commit d985f0dd25
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.6.sp15')
uni.setStorageSync('version', '1.0.6.sp17')
app.config.globalProperties.$version = uni.getStorageSync('version')
app.use(globalMethods);
return {