king
2024-03-27 b106dc00fc0ff552e0f86a2f7fa675e296ba2287
src/views/mkiframe/index.jsx
@@ -183,7 +183,10 @@
    let historys = sessionStorage.getItem('page_historys')
    historys = historys ? JSON.parse(historys) : []
    if (historys.length === 0) return
    if (historys.length === 0) {
      window.close()
      return
    }
    let tab = historys.shift()