Commit 0df988bc authored by 涂伟's avatar 涂伟

fix: '集成登录图片显示逻辑优化'

parent 1714133f
Pipeline #72436 passed with stages
......@@ -323,16 +323,16 @@ const Integrate = () => {
resnew.data[j].AccountParamValue = i.AccountParam[0].value;
if (resnew.data[j].iconUrl && !resnew.data[j].iconUrl.includes('images')) {
resnew.data[j].showUrl = getImg(resnew.data[j].iconUrl)
resnew.data[j].showUrl = getImg(resnew.data[j].iconUrl);
} else {
resnew.data[j].showUrl = resnew.data[j].iconUrl
resnew.data[j].showUrl = `${window.location.origin}/${resnew.data[j].iconUrl}`;
}
});
}
console.log(aa);
setKeepSystemName(aa);
console.log(resnew.data);
console.log(resnew.data,'resnew.dataresnew.dataresnew.data');
console.log(resnew.data, 'resnew.dataresnew.dataresnew.data');
setTableData(resnew.data);
} else {
notification.error({
......
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