|
|
@@ -409,6 +409,7 @@ const handleLogout = () => {
|
|
|
console.error('❌ 错误详情:', error.message)
|
|
|
console.warn('⚠️ 当前环境:', navigator.userAgent)
|
|
|
ElMessage.warning('无法自动关闭页面,请使用 APP 的返回按钮')
|
|
|
+ window.bridge.callNative("finishPage");
|
|
|
}
|
|
|
|
|
|
console.log('='.repeat(60))
|