Commit ed120fb2 authored by 杨思琦's avatar 杨思琦

过渡页参数修改

parent 15b70f97
Pipeline #88000 passed with stages
......@@ -460,7 +460,7 @@ const Layout = props => {
}
// 非云平台不做响应
if (!props.global.get('userInfo.site')) {
if(window.globalConfig.isOpenTransitionPage) {
if(props.global.get("isOpenTransitionPage")) {
if (window.qiankunIsCache) {
store.set('event:refreshCurrentMenu', {
dropCache: true,
......
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