king
2024-07-01 866db6d8afa6980fd485570acda6b5fcebda4da3
src/views/mkiframe/index.jsx
@@ -75,6 +75,7 @@
            } else {
              sessionStorage.clear()
              this.props.history.replace('/login')
              window.location.reload()
            }
          })
        }
@@ -102,6 +103,7 @@
          sessionStorage.clear()
          sessionStorage.setItem('iframe', `/iframe/${menuId}/@loginuid@/${bid || ''}`)
          this.props.history.replace('/login')
          window.location.reload()
        }
      })
    }