Commit a5b649a8 authored by 李纪文's avatar 李纪文

feat: 缺省组件路径修改

parent e7ff998e
......@@ -37,7 +37,7 @@ const Empty = ({ description, image, theme, size, statusCode, imageStyle, childr
fallback={imageSrc}
preview={false}
onError={(e) => {
if (window.__POWERED_BY_QIANKUN__) console.clear();
// if (window.__POWERED_BY_QIANKUN__) console.clear();
}}
/>;
} else {
......@@ -93,6 +93,6 @@ const IMAGE_DATA = {
};
const IMAGE_DATA_DEFAULT = {
light: ['/iconlibrary/empty/noDataLight.png', '/iconlibrary/empty/errorLight.png'],
dark: ['/iconlibrary/empty/noDataDark.png', '/iconlibrary/empty/errorDark.png'],
light: ['/localassets/empty/noDataLight.png', '/localassets/empty/errorLight.png'],
dark: ['/localassets/empty/noDataDark.png', '/localassets/empty/errorDark.png'],
};
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