Commit 572e2406 authored by wuhao's avatar wuhao 🎯

asder

parent 4d94d899
......@@ -83,7 +83,7 @@ export default [
},
{
path: '/factory/typea/iot',
name: 'IOT数据采集系统',
name: 'IoT数据采集系统',
component: '@/pages/factory/iot',
},
{
......@@ -124,11 +124,11 @@ export default [
routes: [
{
name: '南京智能制造装备产业促进会产供需平台',
path: 'http://www.jsiea.com/cgx/#/welcome',
path: 'http://njime.cn/cgx/#/welcome',
},
{
name: '江苏省智能装备产业联盟数控机床产供需平台',
path: 'http://njime.cn/cgx/#/welcome',
path: 'http://www.jsiea.com/cgx/#/welcome',
},
],
},
......
......@@ -114,6 +114,13 @@ body,
width: 100%;
/* height: auto; */
background-color: black;
* {
font-size: 0.6rem !important;
}
h2 {
font-size: 0.7rem !important;
font-weight: bolder !important;
}
}
#webFooter > div:first-child {
/* height:calc(100% - 40px) ; */
......@@ -311,8 +318,11 @@ body,
.section {
padding: 2rem;
position: relative;
h2 {
margin-bottom: 1rem;
}
.ant-tabs-tab-btn {
font-size: 0.8rem;
font-size: 0.7rem;
}
.tabs {
text-align: center;
......@@ -1017,7 +1027,7 @@ body,
.ant-pro-card-body {
padding-top: 0.8rem !important;
* {
font-size: 0.8rem !important;
font-size: 0.6rem !important;
}
.anticon-download {
* {
......@@ -1053,3 +1063,6 @@ body,
margin-bottom: 0.6rem;
}
}
.ant-menu-horizontal {
border: none !important;
}
......@@ -59,7 +59,7 @@ export default () => {
},
{
link: '/factory/typea/iot',
text: 'IOT数据采集系统',
text: 'IoT数据采集系统',
},
{
link: '/factory/typea/plm',
......@@ -123,9 +123,7 @@ export default () => {
<div className="contact">
<li>电话&nbsp;&nbsp;&nbsp;&nbsp;025-86111901</li>
<li>邮箱&nbsp;&nbsp;&nbsp;&nbsp;center@jsnangao.com</li>
<li>
地址&nbsp;&nbsp;&nbsp;&nbsp;南京市江宁开发区东南大学路33号
</li>
<li>地址&nbsp;&nbsp;&nbsp;&nbsp;南京市江宁区东南大学路33号</li>
<div>
<div
className="nangao"
......@@ -158,7 +156,7 @@ export default () => {
</Row>
</div>
<div className="footer-copyright">
Copyright © 2017
Copyright © {new Date().getFullYear()} &nbsp;
江苏南高智能装备创新中心有限公司&nbsp;&nbsp;&nbsp;版权所有&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;备案号:
苏ICP备18015471号
</div>
......
......@@ -197,6 +197,7 @@ function Layout({ children, location }) {
marginRight: -24,
color: '#fff',
cursor: 'pointer',
fontSize: 17,
}}
onClick={async () => {
let res = await doFetch({ url: '/video/detail', params: {} });
......@@ -318,6 +319,7 @@ function Layout({ children, location }) {
justifyContent: 'center',
alignItems: 'flex-end',
margin: '0.3rem 0',
paddingRight: 0,
}}
>
<div
......@@ -339,6 +341,7 @@ function Layout({ children, location }) {
message.success(
'我们已收到您的申请,稍后将有专员联系您...',
);
setvals({});
}
});
}}
......@@ -349,7 +352,7 @@ function Layout({ children, location }) {
</Row>
)}
<Row
gutter={36}
gutter={0}
style={{
width: '100%',
}}
......@@ -422,6 +425,7 @@ function Layout({ children, location }) {
className={styles.diybtn}
onClick={() => {
setcolls(!colls);
setvals({});
}}
>
{!colls ? '免费体验' : '取消'}
......
......@@ -82,9 +82,9 @@
}
.navbar {
padding: 1rem !important;
padding: 0 2rem !important;
border-top: 1px solid #f0f0f0 !important;
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.5);
margin-top: 3rem;
}
.diybtn {
......
......@@ -5,7 +5,7 @@ import { useRequest } from 'ahooks';
import { doFetch } from '@/utils/doFetch';
import { EyeFilled } from '@ant-design/icons';
const col = { xs: 24, sm: 24, md: 12, lg: 12, xl: 12, xxl: 12 };
const col = { xs: 24, sm: 12, md: 8, lg: 6, xl: 6, xxl: 4 };
function Insert() {
const { data, loading } = useRequest(async () => {
......@@ -34,10 +34,10 @@ function Insert() {
企业资质
</h2>
<Image.PreviewGroup>
<div className={styles?.column}>
<Row gutter={20}>
{data?.zizhi?.map((it, i) => {
return (
<div className={styles?.item}>
<Col {...col} className={styles?.item}>
<Image
preview={{
mask: (
......@@ -50,10 +50,10 @@ function Insert() {
alt=""
/>
<div className={styles?.title}>{it?.name}</div>
</div>
</Col>
);
})}
</div>
</Row>
</Image.PreviewGroup>
</div>
......@@ -68,10 +68,10 @@ function Insert() {
行业担当
</h2>
<Image.PreviewGroup>
<div className={styles?.column}>
<Row gutter={20}>
{data?.hangye?.map((it, i) => {
return (
<div className={styles?.item}>
<Col {...col} className={styles?.item}>
<Image
preview={{
mask: (
......@@ -84,10 +84,10 @@ function Insert() {
alt=""
/>
<div className={styles?.title}>{it?.name}</div>
</div>
</Col>
);
})}
</div>
</Row>
</Image.PreviewGroup>
</div>
......@@ -102,10 +102,10 @@ function Insert() {
政府荣誉
</h2>
<Image.PreviewGroup>
<div className={styles?.column}>
<Row gutter={20}>
{data?.honer?.map((it, i) => {
return (
<div className={styles?.item}>
<Col {...col} className={styles?.item}>
<Image
preview={{
mask: (
......@@ -118,10 +118,10 @@ function Insert() {
alt=""
/>
<div className={styles?.title}>{it?.name}</div>
</div>
</Col>
);
})}
</div>
</Row>
</Image.PreviewGroup>
</div>
......@@ -136,10 +136,10 @@ function Insert() {
知识产权
</h2>
<Image.PreviewGroup>
<div className={styles?.column}>
<Row gutter={20}>
{data?.zhishi?.map((it, i) => {
return (
<div className={styles?.item}>
<Col {...col} className={styles?.item}>
<Image
preview={{
mask: (
......@@ -152,10 +152,10 @@ function Insert() {
alt=""
/>
<div className={styles?.title}>{it?.name}</div>
</div>
</Col>
);
})}
</div>
</Row>
</Image.PreviewGroup>
</div>
</div>
......
......@@ -4,6 +4,7 @@
margin: auto;
margin-bottom: 0.4rem;
min-width: 300px !important;
font-size: 0.6rem !important;
}
.introimg {
width: 66vw;
......@@ -20,11 +21,15 @@
font-size: 1.2rem;
margin-bottom: 1.2rem;
}
p {
font-size: 0.6rem;
}
div {
font-size: 0.7rem;
background-color: @primary-color;
padding: 12px;
color: #fff;
width: 88px;
width: 100px;
display: flex;
justify-content: center;
align-content: center;
......@@ -32,7 +37,7 @@
}
}
.ibo {
width: calc(100% - 4rem);
width: calc(100% - 2rem);
display: flex;
justify-content: space-around;
flex-wrap: wrap;
......@@ -95,7 +100,9 @@
padding-bottom: 12px;
overflow: hidden;
float: left;
> div {
width: 100%;
}
img {
width: 100%;
}
......@@ -106,6 +113,8 @@
width: 100%;
padding: 8px 12px 0 12px;
text-align: center;
font-size: 0.6rem;
font-weight: bolder;
}
}
......
......@@ -28,7 +28,7 @@ function Insert() {
江苏南高是<b>“江苏省高档数控机床及成套装备创新中心”</b>的运营主体。
</p>
<p className={styles.intro}>
公司拥有自主知识产权的MOM制造运营管理系统,MES制造执行系统,WMS智能仓储系统,IOT工业互联网平台以及智能网关,结合数字孪生、机器视觉、AI、5G等新兴技术,帮助制造业企业打造数字化智慧工厂,累计服务合同到账收入超过5000万元。
公司拥有自主知识产权的MOM制造运营管理系统,MES制造执行系统,WMS智能仓储系统,IoT工业互联网平台以及智能网关,结合数字孪生、机器视觉、AI、5G等新兴技术,帮助制造业企业打造数字化智慧工厂,累计服务合同到账收入超过5000万元。
</p>
</div>
<div className="section">
......@@ -110,7 +110,7 @@ function Insert() {
<img
src={require(`@/assets/ibo/tz${i + 1}.png`)}
alt=""
style={{ height: 68, width: 'auto', display: 'block' }}
style={{ height: 110, width: 'auto', display: 'block' }}
/>
);
})}
......
......@@ -65,7 +65,7 @@ export default () => {
<br />
支持三菱、西门子、施耐德、汇川、欧姆龙、产电、基恩士、松下、罗克韦尔、倍福、通用电气、安川、富士、信捷、横河、台达等网口PLC的采集。
<br />
支持定制开发TCP相关协议、支持4G传输,WIFI传输,以太传输、持内置OPCUA服务器功能、支持接入第三方IOT平台(限MQTT通道、TCP通道)、支持python脚本的边缘计算、支持看门狗程序、支持重连机制、支持断点续传功能。
支持定制开发TCP相关协议、支持4G传输,WIFI传输,以太传输、持内置OPCUA服务器功能、支持接入第三方IoT平台(限MQTT通道、TCP通道)、支持python脚本的边缘计算、支持看门狗程序、支持重连机制、支持断点续传功能。
</p>
</Col>
</Row>
......
......@@ -16,12 +16,12 @@ export default () => {
style={{ width: '100%' }}
/>
<div className="content">
<h2 className="title">IOT数据采集系统</h2>
<h2 className="title">IoT数据采集系统</h2>
</div>
<div className="cpjs bgjs">
<h3>系统介绍</h3>
<p>
南高IOT数据采集系统通过组合各种物联网硬件,可以对设备开关、模拟量数据进行采集,通过配置传感器,还可以实现对设备温度、震动及环境湿度等多种数据进行采集;通过配套平台—南高工业互联网平台,用户既可以在工控机上实现数据监测和设备控制,也可以通过手机、平板等联网终端进行远程监控。{' '}
南高IoT数据采集系统通过组合各种物联网硬件,可以对设备开关、模拟量数据进行采集,通过配置传感器,还可以实现对设备温度、震动及环境湿度等多种数据进行采集;通过配套平台—南高工业互联网平台,用户既可以在工控机上实现数据监测和设备控制,也可以通过手机、平板等联网终端进行远程监控。{' '}
</p>
</div>
<div className="ywkj cpjs">
......@@ -29,7 +29,7 @@ export default () => {
<span
style={{ textAlign: 'center', marginBottom: 16, fontSize: '0.8rem' }}
>
南高IOT数据采集系统多种数据采集及设备控制功能适用于工业制造业的各个环节。
南高IoT数据采集系统多种数据采集及设备控制功能适用于工业制造业的各个环节。
</span>
<div>
<div>
......
......@@ -67,7 +67,7 @@ const production = {
detail: '/factory/typea/ems',
},
{
title: 'IOT数据采集系统',
title: 'IoT数据采集系统',
desc: '组合各种物联网硬件采集多种数据,通过南高工业互联网平台,可上实现数据监测和设备控制。',
detail: '/factory/typea/iot',
},
......@@ -86,17 +86,17 @@ const production = {
{
title: 'Z系列智能网关',
desc: '支持西门子(含有OPCUA配件) /FANUC全系列/DELEM65等系列(含有OPCUA配件)等CNC的采集。',
detail: '',
detail: '/factory/typeb/datagate',
},
{
title: 'S系列智能网关',
desc: '包含Z系列基础版本的所有功能,还支持6组0-10v电压型输入传感器的采集。',
detail: '',
detail: '/factory/typeb/datagate',
},
{
title: 'C系列智能网关',
desc: '包含Z系列基础版本的所有功能,以外还支持施耐德、汇川、产电、松下、安川等串口PLC的采集。',
detail: '',
detail: '/factory/typeb/datagate',
},
],
};
......
......@@ -53,7 +53,7 @@
background-repeat: no-repeat;
background-position: left top;
background-size: 100% 50%;
padding: 2rem;
padding: 2rem 8vw;
margin-top: 1.2rem;
background-color: #f0f0f0;
.cardlist {
......@@ -64,14 +64,15 @@
flex-direction: column;
justify-content: center;
align-items: center;
height: 20rem;
height: 12rem;
max-height: 460px !important;
box-shadow: 0px 0px 4px #364d79;
transition: all 0.4s;
margin-bottom: 16px;
h2 {
font-size: 0.8rem;
margin-bottom: 2rem;
margin-bottom: 1rem;
font-weight: bolder;
}
p {
font-size: 0.6rem;
......@@ -80,7 +81,7 @@
img {
width: 0px;
transition: all 0.4s;
margin-top: 2rem;
margin-top: 0rem;
}
&:hover {
background-color: #ffffff;
......
......@@ -90,7 +90,7 @@ export default () => {
>
技术特点:
</b>
基于工业网络,通过有线、WIFI、4G、5G等方式接入设备,将数据信息通过核心交换机上传到IOT平台,通过PC、移动端、监控大屏等方式进行信息呈现
基于工业网络,通过有线、WIFI、4G、5G等方式接入设备,将数据信息通过核心交换机上传到IoT平台,通过PC、移动端、监控大屏等方式进行信息呈现
<br />
<b
style={{
......
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