版本号

This commit is contained in:
小李 2026-07-10 11:50:35 +08:00
parent 8c96536d11
commit 9172ced172
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.sp21')
uni.setStorageSync('version', '1.0.6.sp22')
app.config.globalProperties.$version = uni.getStorageSync('version')
app.use(globalMethods);
return {