chore: 移除愈心魔方页调试日志,版本 202608282

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
jackyu66git
2026-08-25 04:21:52 +08:00
co-authored by Cursor
parent a14285d77b
commit 6a4ba4db0e
2 changed files with 4 additions and 12 deletions
+2 -10
View File
@@ -81,8 +81,8 @@ const h5Url = computed(
`${YXG_H5_BASE}?mp=1&nh=1&sbh=4&v=${YXG_H5_VERSION}#wechat_redirect`,
)
function onWebLoad(e) {
console.log('[yxg-magic] web-view load', e?.detail || e)
function onWebLoad() {
// web-view loaded
}
function onWebError(e) {
@@ -93,14 +93,6 @@ function onWebError(e) {
duration: 3000,
})
}
console.log('[yxg-magic] outer nav + webview', {
headH,
webviewH,
logoW,
logoH,
logoSrc: YXG_MP_LOGO_URL,
})
</script>
<style>