APP启动报错处理, APP加密处理,APP首页兼容处理

This commit is contained in:
2025-12-11 17:07:11 +08:00
parent cb1052346e
commit 3c8176f84e
11 changed files with 1801 additions and 1019 deletions

View File

@@ -47,13 +47,17 @@ export function useColumnCount(onChange = () => {}) {
columnCount.value = 2
calcColumn()
// if (process.client) {
// #ifdef H5
window.addEventListener('resize', calcColumn)
// #endif
// }
})
onUnmounted(() => {
// if (process.client) {
// #ifdef H5
window.removeEventListener('resize', calcColumn)
// #endif
// }
})