src/views/pcdesign/index.jsx
@@ -333,6 +333,23 @@ }) } }) Api.getSystemConfig({ func: 's_url_db_adduptdel', PageIndex: 0, // 0 代表全部 PageSize: 0, // 0 代表全部 typecharone: 'color', type: 'search' }).then(res => { if (res.status) { sessionStorage.setItem('app_colors', JSON.stringify(res.data || [])) } else if (!res.status) { notification.warning({ top: 92, message: res.message, duration: 5 }) } }) }) }