|
@@ -29,11 +29,6 @@ export default defineComponent({
|
|
|
console.log('离线功能就绪。');
|
|
|
}
|
|
|
});
|
|
|
-
|
|
|
- function uoload = () => {
|
|
|
- updateServiceWorker(true)
|
|
|
- }
|
|
|
-
|
|
|
// const isIOSChrome = ref();
|
|
|
// const showModalMask = ref(false);
|
|
|
const getThemeOverrides = computed(() => {
|