Browse Source

bugfix:补全index

XieXing 4 tháng trước cách đây
mục cha
commit
a718204b97
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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))