Commit 2341a2e2 authored by 徐乐's avatar 徐乐

feat: 修改集成子站切换功能加载问题

parent 5144118f
Pipeline #79586 passed with stages
......@@ -547,9 +547,10 @@ const Layout = props => {
window.open(url, "_blank");
}
} else {
console.log(111)
store.set('event:refreshCurrentMenu', {
dropCache: true,
action: 'closeAllTabs'
// action: 'closeAllTabs'
})
const cli = val.url?.indexOf('client=') >= 0 ? val.url.split('client=')[1] : '';
Cookies.set('client', cli, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment