版本号

This commit is contained in:
小李 2026-05-06 09:19:22 +08:00
parent 38cbbd2ed1
commit 133ec5b7ff
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; app.config.globalProperties.$system = plus.os.name;
// #endif // #endif
app.config.globalProperties.$systemInfo = systemInfo app.config.globalProperties.$systemInfo = systemInfo
uni.setStorageSync('version', '1.0.4.sp21') uni.setStorageSync('version', '1.0.4.sp22')
app.config.globalProperties.$version = uni.getStorageSync('version') app.config.globalProperties.$version = uni.getStorageSync('version')
app.use(globalMethods); app.use(globalMethods);
return { return {