版本号

This commit is contained in:
小李 2026-05-27 16:38:52 +08:00
parent 86434ab815
commit 1d87a13e69
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.5.sp9')
uni.setStorageSync('version', '1.0.5.sp11')
app.config.globalProperties.$version = uni.getStorageSync('version')
app.use(globalMethods);
return {