Commit cc73a66b authored by wuhao's avatar wuhao 🎯

asder

parent 9c8a6218
......@@ -123,14 +123,12 @@ export default [
component: '@/pages/index',
routes: [
{
path: '/cgx/cgxpt',
name: '南京智能制造装备产业促进会产供需平台',
component: '@/pages/index',
path: 'http://www.jsiea.com/cgx/#/welcome',
},
{
path: '/cgx/lim',
name: '江苏省智能装备产业联盟数控机床产供需平台',
component: '@/pages/index',
path: 'http://njime.cn/cgx/#/welcome',
},
],
},
......
......@@ -80,6 +80,18 @@ body,
background-size: 400% 400%;
animation: bgmove 20s linear 0s infinite alternate forwards;
}
.bglightc {
background-image: linear-gradient(
145deg,
#bee9ff 0%,
#99dbff 25%,
#ffc4f1 50%,
#99dbff 75%,
#bee9ff 100%
);
background-size: 400% 400%;
animation: bgmove 20s linear 0s infinite alternate forwards;
}
@keyframes bgmove {
0% {
......@@ -969,3 +981,31 @@ body,
}
}
}
.olik {
> div {
overflow-x: hidden;
margin-right: -15px !important;
margin-bottom: -15px !important;
}
> div:last-child {
right: 17px !important;
opacity: 0.8 !important;
display: block !important;
}
}
.ant-modal-confirm-content {
margin-left: 0 !important;
margin-top: 1rem !important;
}
.submit {
* {
font-size: 0.6rem;
}
b {
color: #f74249;
}
label {
display: block;
margin-bottom: 0.6rem;
}
}
This diff is collapsed.
......@@ -80,3 +80,22 @@
}
}
}
.navbar {
padding: 1rem !important;
border-top: 1px solid #f0f0f0 !important;
background-color: #ffffff;
}
.diybtn {
font-size: 0.8rem !important;
letter-spacing: 2px;
width: 6rem;
height: 2rem;
background-color: aliceblue;
border-radius: 6rem;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
color: #000000;
}
import styles from './index.less';
import { Link, useModel } from 'umi';
import { Link, history } from 'umi';
import React, { useState, useEffect, useRef } from 'react';
import { Carousel, Button, Row, Col, Card, Tooltip, Grid } from 'antd';
import { doFetch } from '@/utils/doFetch';
......@@ -38,32 +38,32 @@ const production = {
{
title: 'MES智能制造管理系统',
desc: '南高智能制造管理系统(MES) 是应用于生产制造车间的生产信息化管理系统。',
detail: '',
detail: '/factory/typea/mes',
},
{
title: 'WMS智能仓储管理系统',
desc: '南高智能仓储管理系统(WMS)是应用于仓储作业管理的仓储信息化管理系统。',
detail: '',
detail: '/factory/typea/wms',
},
{
title: 'EMS设备运维管理系统',
desc: '设备管理系统提供公有云、私有云两种部署方式,可为企业提供定制化开发服务,投入少、见效快。 ',
detail: '',
detail: '/factory/typea/ems',
},
{
title: 'IOT数据采集系统',
desc: '组合各种物联网硬件采集多种数据,通过南高工业互联网平台,可上实现数据监测和设备控制。',
detail: '',
detail: '/factory/typea/iot',
},
{
title: 'PLM产品生命周期管理系统',
desc: '依托领先产品技术及解决方案,为企业提供了一整套全方位的数字化产品生命周期管理平台。',
detail: '',
detail: '/factory/typea/plm',
},
{
title: 'PDM产品数据管理系统',
desc: '南高智能仓储管理系统(WMS)是应用于仓储作业管理的仓储信息化管理系统。',
detail: '',
detail: '/factory/typea/pdm',
},
],
l: [
......@@ -304,7 +304,15 @@ function IndexPage({ route }) {
<div className="textcontainer">
<h2>{item.title}</h2>
<p className="twoline">{item.desc}</p>
<Button className="btn">查看详情</Button>
<Button
className="btn"
size="large"
onClick={() => {
history.push(item.detail);
}}
>
查看详情
</Button>
</div>
</div>
);
......@@ -348,6 +356,9 @@ function IndexPage({ route }) {
ghost
style={{ margin: '0 auto', display: 'block' }}
size="large"
onClick={() => {
history.push('/about/insert');
}}
>
查看详情
</Button>
......@@ -421,6 +432,9 @@ function IndexPage({ route }) {
ghost
style={{ margin: '0 auto', display: 'block' }}
size="large"
onClick={() => {
history.push('/together');
}}
>
查看详情
</Button>
......@@ -472,6 +486,14 @@ function IndexPage({ route }) {
></div>
}
hoverable
onClick={() => {
history.push({
pathname: '/about/newsdetail',
query: {
id: zixun?.data[0]?.id,
},
});
}}
>
<Meta
title={
......@@ -533,6 +555,14 @@ function IndexPage({ route }) {
className="secitem"
key={it.id}
style={{ marginBottom: '1rem' }}
onClick={() => {
history.push({
pathname: '/about/newsdetail',
query: {
id: it?.id,
},
});
}}
>
<div
className="spread"
......
......@@ -67,13 +67,23 @@ function Together() {
作为“江苏省智能装备产业联盟”和“南京市智能制造装备产业促进会”的秘书长单位,南高智能一直积极地推动并联合与产业相关的政府部门、科研院所、优秀企业代表等,致力于建立真正全连接的产业生态,将拥有智能制造共同理念的参与者联合起来,成为未来整个智能制造产业生态建设的驱动者和践行者。
</p>
<div className="centerl">
<Card hoverable>
<Card
hoverable
onClick={() => {
window.open('http://www.jsiea.com/');
}}
>
<img src={require(`@/assets/icon1.png`)} alt="" />
<span style={{ fontSize: '0.6rem', marginTop: 12 }}>
江苏省智能装备产业联盟
</span>
</Card>
<Card hoverable>
<Card
hoverable
onClick={() => {
window.open('http://njime.cn/');
}}
>
<img src={require(`@/assets/icon2.png`)} alt="" />
<span style={{ fontSize: '0.6rem', marginTop: 12 }}>
南京市智能制造装备产业促进会
......
......@@ -106,7 +106,6 @@ request.interceptors.response.use(async (response, options) => {
message.warn(data?.msg);
if (data?.code == '0001' && window.location.href.indexOf('login') == -1) {
localStorage.clear();
history.replace('/user/login');
}
}
}
......
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