Commit fe08b81f authored by 崔佳豪's avatar 崔佳豪

perf: 云平台引导页添加高品质水类型

parent 084aa2b4
Pipeline #53072 passed with stages
This diff was suppressed by a .gitattributes entry.
......@@ -23,7 +23,7 @@ const industries = [
{ name: '排水', type: '排水', subTitle: 'DRAINAGE' },
{ name: '水利', type: '水利', subTitle: 'WATER CONSERVANCY' },
{ name: '能源', type: '能源', subTitle: 'ENERGY SOURCES' },
// { name: '直饮水', type: '直饮水', subTitle: 'DRINGKING WATER' },
{ name: '高品质水', type: '高品质水', subTitle: 'HIGH QUALITY WATER' },
// { name: '水资源', type: '水资源', subTitle: 'WATER RESOURCES' },
{ name: '熊猫智能实验室', type: '实验室', subTitle: 'PANDA AI. LAB' },
{ name: '水务大数据', type: '大数据', subTitle: 'WATER BIG DATA' },
......@@ -118,7 +118,6 @@ const BootPage = props => {
setIndustryNum(NewIndustryNum);
}, [handlePage, props.global.token]);
const intl = useIntl();
console.log(IndustryNum);
const toOMSUsingAnalysis = e => {
e && e.stopPropagation();
props.history.push(`/usingAnalysis`);
......
......@@ -118,7 +118,8 @@
&.bootPageUl_5 {
width: 960px;
}
&.bootPageUl_9 {
&.bootPageUl_9,
&.bootPageUl_10 {
width: 1600px;
}
}
......
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