Compare commits

..

No commits in common. "ccdab994a8da1ed552ac32e4f14116a9f6a2f0b0" and "cce9d63ef14f4c77281990938bc07997fd6d7416" have entirely different histories.

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.sp17')
uni.setStorageSync('version', '1.0.6.sp16')
app.config.globalProperties.$version = uni.getStorageSync('version')
app.use(globalMethods);
return {