This commit is contained in:
Putoo
2026-04-26 18:53:56 +08:00
parent 2c6c62e88c
commit 4463f9e810
20 changed files with 461 additions and 1035 deletions

View File

@@ -17,8 +17,6 @@ const appStore = useAppStore()
import { Loading } from 'vant'
// 初始化应用配置
onMounted(() => {
// 初始化屏幕尺寸
if (typeof window !== 'undefined') {
appStore.updateScreenSize(window.innerWidth, window.innerHeight)
@@ -36,7 +34,6 @@ onMounted(() => {
appStore.setOnlineStatus(false)
})
}
alert("main");
})
</script>