XieXing 4 месяцев назад
Родитель
Сommit
a718204b97
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      shudao-vue-frontend/src/views/mobile/m-Index.vue

+ 1 - 0
shudao-vue-frontend/src/views/mobile/m-Index.vue

@@ -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))