const ASSETS_BASE = 'https://static-dist-pub.oss-cn-hangzhou.aliyuncs.com/ibuilding-ui/static/icon/assets'; /** Result 组件静态资源 CDN 地址,避免打包后相对路径无法解析 */ export const RESULT_ASSETS = { info: `${ASSETS_BASE}/info.svg`, error: `${ASSETS_BASE}/error.svg`, success: `${ASSETS_BASE}/success.svg`, warning: `${ASSETS_BASE}/warning.svg`, 403: `${ASSETS_BASE}/403.png`, 404: `${ASSETS_BASE}/404.png`, 500: `${ASSETS_BASE}/500.png`, offline: `${ASSETS_BASE}/offline.png`, } as const;