This commit is contained in:
GaoHao
2025-01-09 17:03:36 +08:00

View File

@@ -2,10 +2,12 @@
import config from '@/common/config.js'
import {isH5Android} from '@/utils/app.js'
import {init} from '@/utils/init.js'
import {cacheClearAll} from '@/store/cashe.js'
import store from './store/index.js'
export default {
onLaunch: function() {
console.log('onLaunch')
cacheClearAll()
// #ifdef H5
//防止刷新过快
if(process.env.NODE_ENV === 'production'){