提交 00b4c899 authored 作者: 钟是志's avatar 钟是志

35153 招生门户有多余焦点图,没地方清除

上级 ae8f69d9
...@@ -16,7 +16,7 @@ export function isJSON(str) { ...@@ -16,7 +16,7 @@ export function isJSON(str) {
} }
export const getSysCode = () => { export const getSysCode = () => {
return getYunShangGuiZhouSyStemConfig().sysCode; return window.specialImportantSystemConfig.sysCode || getYunShangGuiZhouSyStemConfig().sysCode;
}; };
// 查询系统配置 // 查询系统配置
......
...@@ -47,11 +47,15 @@ export const getUserInfo = () => { ...@@ -47,11 +47,15 @@ export const getUserInfo = () => {
x.groupsId = 'pub'; x.groupsId = 'pub';
x.differenceBetweenServerAndClientTime = 0; x.differenceBetweenServerAndClientTime = 0;
} }
if(!x.tenantCode){
x.tenantCode = window.specialImportantSystemConfig.tenant || undefined;
}
return x; return x;
} else { } else {
return { return {
groupsId: 'pub', groupsId: 'pub',
differenceBetweenServerAndClientTime: 0, differenceBetweenServerAndClientTime: 0,
tenantCode: window.specialImportantSystemConfig.tenant || undefined,
}; };
} }
}; };
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论