This commit is contained in:
小李 2026-07-25 17:56:39 +08:00
parent bd3a2e9cce
commit 5d4c0d30e0
3 changed files with 575 additions and 567 deletions

View File

@ -6,7 +6,8 @@
recentNativeData: 0 // recentNativeData: 0 //
}, },
onLaunch: function(options) { onLaunch: function(options) {
uni.setStorageSync('AppUser', {})
uni.setStorageSync('userInfo', {})
// console.log=()=>{} // console.log=()=>{}
// === wgt === // === wgt ===
console.log('=== App Launch 开始 ===') console.log('=== App Launch 开始 ===')

File diff suppressed because it is too large Load Diff

View File

@ -36,7 +36,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.7.sp5'); uni.setStorageSync('version', '1.0.7.sp6');
app.config.globalProperties.$version = uni.getStorageSync('version'); app.config.globalProperties.$version = uni.getStorageSync('version');
// 环境development→测试production→正式跟构建环境走无需手改 // 环境development→测试production→正式跟构建环境走无需手改
const isTest = process.env.NODE_ENV === 'development'; const isTest = process.env.NODE_ENV === 'development';