diff --git a/src/components/NewVersion.vue b/src/components/NewVersion.vue index aa63d43..fed8760 100644 --- a/src/components/NewVersion.vue +++ b/src/components/NewVersion.vue @@ -4,7 +4,7 @@ import { ref } from 'vue' import LiteLoading from '@/components/LiteLoading.vue' -const devMode = ref(import.meta.env.DEV) +const devMode = ref(false) // import.meta.env.DEV const isLoading = ref(false) const { offlineReady, needRefresh, updateServiceWorker } = useRegisterSW()