Commit edbf36f6 authored by wuhao's avatar wuhao 🎯

asder

parent 1e827854
...@@ -34,7 +34,9 @@ function About({ location: { pathname }, children }) { ...@@ -34,7 +34,9 @@ function About({ location: { pathname }, children }) {
<> <>
<div className={styles.aboutheader}> <div className={styles.aboutheader}>
<img <img
src={require('@/assets/back.jpg')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/back.jpg'
}
alt="" alt=""
style={{ width: '100%' }} style={{ width: '100%' }}
/> />
...@@ -52,8 +54,12 @@ function About({ location: { pathname }, children }) { ...@@ -52,8 +54,12 @@ function About({ location: { pathname }, children }) {
style={{ style={{
backgroundImage: backgroundImage:
pathname == it.path pathname == it.path
? `url(${require(`@/assets/tabicon/${i + 1}s.png`)})` ? `url(https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/tabicon/${
: `url(${require(`@/assets/tabicon/${i + 1}.png`)})`, i + 1
}s.png)`
: `url(https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/tabicon/${
i + 1
}.png)`,
transform: pathname == it.path ? `scale(1.3)` : `scale(1)`, transform: pathname == it.path ? `scale(1.3)` : `scale(1)`,
backgroundSize: backgroundSize:
pathname == it.path ? '50% auto' : '40% auto', pathname == it.path ? '50% auto' : '40% auto',
......
...@@ -126,15 +126,27 @@ export default () => { ...@@ -126,15 +126,27 @@ export default () => {
<li>地址&nbsp;&nbsp;&nbsp;&nbsp;南京市江宁区东南大学路33号</li> <li>地址&nbsp;&nbsp;&nbsp;&nbsp;南京市江宁区东南大学路33号</li>
<div> <div>
<div className="nangao"> <div className="nangao">
<img src={require('@/assets/code1.jpg')} /> <img
src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/code1.jpg'
}
/>
<span>南高公众号</span> <span>南高公众号</span>
</div> </div>
<div className="nangao"> <div className="nangao">
<img src={require('@/assets/code2.jpg')} /> <img
src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/code2.jpg'
}
/>
<span>联盟公众号</span> <span>联盟公众号</span>
</div> </div>
<div className="nangao"> <div className="nangao">
<img src={require('@/assets/code3.jpg')} /> <img
src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/code3.jpg'
}
/>
<span>促进会公众号</span> <span>促进会公众号</span>
</div> </div>
</div> </div>
......
...@@ -18,6 +18,7 @@ import { ...@@ -18,6 +18,7 @@ import {
PlayCircleFilled, PlayCircleFilled,
PhoneFilled, PhoneFilled,
WechatFilled, WechatFilled,
CloseCircleFilled,
} from '@ant-design/icons'; } from '@ant-design/icons';
import { Scrollbars } from 'react-custom-scrollbars'; import { Scrollbars } from 'react-custom-scrollbars';
import Footer from './footer'; import Footer from './footer';
...@@ -132,13 +133,17 @@ function Layout({ children, location }) { ...@@ -132,13 +133,17 @@ function Layout({ children, location }) {
<div style={{ flex: 1 }}> <div style={{ flex: 1 }}>
{!screens.sm ? ( {!screens.sm ? (
<img <img
src={require('@/assets/logo.svg')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/logo.svg'
}
alt="" alt=""
style={{ width: '100%' }} style={{ width: '100%' }}
/> />
) : ( ) : (
<img <img
src={require('@/assets/logo.svg')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/logo.svg'
}
style={{ height: 52 }} style={{ height: 52 }}
alt="" alt=""
/> />
...@@ -165,12 +170,26 @@ function Layout({ children, location }) { ...@@ -165,12 +170,26 @@ function Layout({ children, location }) {
title: '产品演示', title: '产品演示',
width: '66vw', width: '66vw',
content: ( content: (
<div style={{ position: 'relative' }}>
<CloseCircleFilled
style={{
position: 'absolute',
right: 0,
top: -42,
color: '#ff4800',
fontSize: 24,
}}
onClick={() => {
Modal.destroyAll();
}}
></CloseCircleFilled>
<video <video
src={res?.data?.data?.videoUrl} src={res?.data?.data?.videoUrl}
style={{ width: '100%' }} style={{ width: '100%' }}
controls controls
autoPlay autoPlay
/> />
</div>
), ),
okButtonProps: { okButtonProps: {
style: { style: {
...@@ -205,12 +224,26 @@ function Layout({ children, location }) { ...@@ -205,12 +224,26 @@ function Layout({ children, location }) {
title: '产品演示', title: '产品演示',
width: '66vw', width: '66vw',
content: ( content: (
<div style={{ position: 'relative' }}>
<CloseCircleFilled
style={{
position: 'absolute',
right: 0,
top: '-2rem',
color: '#ff4800',
fontSize: 24,
}}
onClick={() => {
Modal.destroyAll();
}}
></CloseCircleFilled>
<video <video
src={res?.data?.data?.videoUrl} src={res?.data?.data?.videoUrl}
style={{ width: '100%' }} style={{ width: '100%' }}
controls controls
autoPlay autoPlay
/> />
</div>
), ),
okButtonProps: { okButtonProps: {
style: { style: {
...@@ -390,7 +423,9 @@ function Layout({ children, location }) { ...@@ -390,7 +423,9 @@ function Layout({ children, location }) {
title: '添加微信', title: '添加微信',
content: ( content: (
<img <img
src={require('@/assets/qrcode.png')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/qrcode.png'
}
style={{ width: '100%' }} style={{ width: '100%' }}
/> />
), ),
...@@ -570,7 +605,9 @@ function Layout({ children, location }) { ...@@ -570,7 +605,9 @@ function Layout({ children, location }) {
title: '添加微信', title: '添加微信',
content: ( content: (
<img <img
src={require('@/assets/qrcode.png')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/qrcode.png'
}
style={{ width: '100%' }} style={{ width: '100%' }}
/> />
), ),
......
...@@ -37,7 +37,7 @@ const MyGps = () => { ...@@ -37,7 +37,7 @@ const MyGps = () => {
isCustom isCustom
> >
<img <img
src={require('@/assets/logo.png')} src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/logo.png`}
style={{ height: 37 }} style={{ height: 37 }}
alt="" alt=""
/> />
...@@ -81,7 +81,12 @@ function Contact({ location: { query } }) { ...@@ -81,7 +81,12 @@ function Contact({ location: { query } }) {
{arr.map((it, i) => { {arr.map((it, i) => {
return ( return (
<div className="itemlo"> <div className="itemlo">
<img src={require(`@/assets/lo${i + 1}.png`)} alt="" /> <img
src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/lo${
i + 1
}.png`}
alt=""
/>
<p>{it?.title}</p> <p>{it?.title}</p>
<p>{it?.desc}</p> <p>{it?.desc}</p>
</div> </div>
......
...@@ -37,7 +37,7 @@ function Insert() { ...@@ -37,7 +37,7 @@ function Insert() {
<div <div
className="img" className="img"
style={{ style={{
backgroundImage: `url(${require('@/assets/insert1.png')})`, backgroundImage: `url(https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/insert1.png)`,
width: '100%', width: '100%',
height: '100%', height: '100%',
minHeight: 330, minHeight: 330,
...@@ -82,7 +82,9 @@ function Insert() { ...@@ -82,7 +82,9 @@ function Insert() {
</p> </p>
<img <img
className={styles.introimg} className={styles.introimg}
src={require('@/assets/insert2.jpg')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/insert2.jpg'
}
alt="" alt=""
/> />
<h2 className="title" style={{ color: '#3064c9' }}> <h2 className="title" style={{ color: '#3064c9' }}>
...@@ -90,7 +92,9 @@ function Insert() { ...@@ -90,7 +92,9 @@ function Insert() {
</h2> </h2>
<img <img
className={styles.introimg} className={styles.introimg}
src={require('@/assets/insert3.jpg')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/insert3.jpg'
}
alt="" alt=""
/> />
</div> </div>
...@@ -98,7 +102,9 @@ function Insert() { ...@@ -98,7 +102,9 @@ function Insert() {
<h2 className="title">研究领域</h2> <h2 className="title">研究领域</h2>
<img <img
className={styles.introimg} className={styles.introimg}
src={require('@/assets/insert4.jpg')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/insert4.jpg'
}
alt="" alt=""
/> />
</div> </div>
...@@ -108,7 +114,9 @@ function Insert() { ...@@ -108,7 +114,9 @@ function Insert() {
{new Array(7).fill('').map((it, i) => { {new Array(7).fill('').map((it, i) => {
return ( return (
<img <img
src={require(`@/assets/ibo/tz${i + 1}.png`)} src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/ibo/tz${
i + 1
}.png`}
alt="" alt=""
style={{ height: 110, width: 'auto', display: 'block' }} style={{ height: 110, width: 'auto', display: 'block' }}
/> />
...@@ -117,7 +125,7 @@ function Insert() { ...@@ -117,7 +125,7 @@ function Insert() {
</div> </div>
</div> </div>
<img <img
src={require(`@/assets/inserts.jpg`)} src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/inserts.jpg`}
alt="" alt=""
style={{ width: '100%', display: 'block' }} style={{ width: '100%', display: 'block' }}
/> />
......
...@@ -152,7 +152,7 @@ function Join() { ...@@ -152,7 +152,7 @@ function Join() {
className="section" className="section"
style={{ style={{
position: 'relative', position: 'relative',
background: `url(${require('@/assets/bgblue.jpg')}) no-repeat bottom center`, background: `url(https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/bgblue.jpg) no-repeat bottom center`,
backgroundSize: '100% 3rem', backgroundSize: '100% 3rem',
paddingBottom: !screens.md ? '4rem' : 0, paddingBottom: !screens.md ? '4rem' : 0,
}} }}
...@@ -178,7 +178,9 @@ function Join() { ...@@ -178,7 +178,9 @@ function Join() {
<div style={{ flex: 1 }}> <div style={{ flex: 1 }}>
<img <img
style={{ width: '60%' }} style={{ width: '60%' }}
src={require('@/assets/foli.jpg')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/foli.jpg'
}
alt="" alt=""
/> />
</div> </div>
...@@ -197,35 +199,45 @@ function Join() { ...@@ -197,35 +199,45 @@ function Join() {
<Col span={16} style={{ marginBottom: 24 }}> <Col span={16} style={{ marginBottom: 24 }}>
<img <img
style={{ width: '100%', height: 'auto' }} style={{ width: '100%', height: 'auto' }}
src={require('@/assets/reson1.jpg')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/reson1.jpg'
}
alt="" alt=""
/> />
</Col> </Col>
<Col span={8}> <Col span={8}>
<img <img
style={{ width: '100%', height: 'auto' }} style={{ width: '100%', height: 'auto' }}
src={require('@/assets/reson2.jpg')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/reson2.jpg'
}
alt="" alt=""
/> />
</Col> </Col>
<Col span={8}> <Col span={8}>
<img <img
style={{ width: '100%', height: 'auto' }} style={{ width: '100%', height: 'auto' }}
src={require('@/assets/reson3.jpg')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/reson3.jpg'
}
alt="" alt=""
/> />
</Col> </Col>
<Col span={8}> <Col span={8}>
<img <img
style={{ width: '100%', height: 'auto' }} style={{ width: '100%', height: 'auto' }}
src={require('@/assets/reson4.jpg')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/reson4.jpg'
}
alt="" alt=""
/> />
</Col> </Col>
<Col span={8}> <Col span={8}>
<img <img
style={{ width: '100%', height: 'auto' }} style={{ width: '100%', height: 'auto' }}
src={require('@/assets/reson5.jpg')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/reson5.jpg'
}
alt="" alt=""
/> />
</Col> </Col>
......
...@@ -93,7 +93,9 @@ function Download({ location: { query } }) { ...@@ -93,7 +93,9 @@ function Download({ location: { query } }) {
<div id="mesContainer"> <div id="mesContainer">
<div style={{ position: 'relative' }}> <div style={{ position: 'relative' }}>
<img <img
src={require('@/assets/fac9.jpg')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/fac9.jpg'
}
alt="" alt=""
style={{ width: '100%' }} style={{ width: '100%' }}
/> />
......
...@@ -12,7 +12,7 @@ export default () => { ...@@ -12,7 +12,7 @@ export default () => {
return ( return (
<div id="mesContainer"> <div id="mesContainer">
<img <img
src={require('@/assets/fac7.jpg')} src={'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/fac7.jpg'}
alt="" alt=""
style={{ width: '100%' }} style={{ width: '100%' }}
/> />
...@@ -45,7 +45,9 @@ export default () => { ...@@ -45,7 +45,9 @@ export default () => {
<Col {...col} className="centerv"> <Col {...col} className="centerv">
<img <img
style={{ width: '100%', margin: 0 }} style={{ width: '100%', margin: 0 }}
src={require('@/assets/Z.png')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/Z.png'
}
alt="" alt=""
/> />
</Col> </Col>
...@@ -127,7 +129,9 @@ export default () => { ...@@ -127,7 +129,9 @@ export default () => {
<Col {...col} className="centerv"> <Col {...col} className="centerv">
<img <img
style={{ width: '100%', margin: 0 }} style={{ width: '100%', margin: 0 }}
src={require('@/assets/S.png')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/S.png'
}
alt="" alt=""
/> />
</Col> </Col>
...@@ -205,7 +209,9 @@ export default () => { ...@@ -205,7 +209,9 @@ export default () => {
<Col {...col} className="centerv"> <Col {...col} className="centerv">
<img <img
style={{ width: '100%', margin: 0 }} style={{ width: '100%', margin: 0 }}
src={require('@/assets/C.png')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/C.png'
}
alt="" alt=""
/> />
</Col> </Col>
......
...@@ -11,7 +11,7 @@ export default () => { ...@@ -11,7 +11,7 @@ export default () => {
return ( return (
<div id="mesContainer"> <div id="mesContainer">
<img <img
src={require('@/assets/fac3.jpg')} src={'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/fac3.jpg'}
alt="" alt=""
style={{ width: '100%' }} style={{ width: '100%' }}
/> />
...@@ -27,13 +27,21 @@ export default () => { ...@@ -27,13 +27,21 @@ export default () => {
</div> </div>
<div className="cpjs"> <div className="cpjs">
<h3>业务框架</h3> <h3>业务框架</h3>
<img src={require('@/assets/kj.jpg')} alt="" /> <img
src={'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/kj.jpg'}
alt=""
/>
</div> </div>
<div className="cpjs"> <div className="cpjs">
<h3>应用案例</h3> <h3>应用案例</h3>
<Row> <Row>
<Col {...col} className="spread imglimit"> <Col {...col} className="spread imglimit">
<img src={require('@/assets/case1.png')} alt="" /> <img
src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/case1.png'
}
alt=""
/>
<div className="anli-text-left"> <div className="anli-text-left">
<h4>家电行业</h4> <h4>家电行业</h4>
<p>为多家彩电、冰箱、空调、洗衣机制造企业提供了设备管理系统。</p> <p>为多家彩电、冰箱、空调、洗衣机制造企业提供了设备管理系统。</p>
...@@ -44,7 +52,7 @@ export default () => { ...@@ -44,7 +52,7 @@ export default () => {
style={{ style={{
height: '100%', height: '100%',
width: '100%', width: '100%',
background: `url(${require('@/assets/group.png')}) no-repeat`, background: `url(${'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/group.png'}) no-repeat`,
backgroundSize: '20% auto', backgroundSize: '20% auto',
backgroundPosition: 'center 120px ', backgroundPosition: 'center 120px ',
}} }}
...@@ -55,11 +63,21 @@ export default () => { ...@@ -55,11 +63,21 @@ export default () => {
<h4>半导体行业</h4> <h4>半导体行业</h4>
<p>为多家晶圆制造、芯片封装企业提供了设备管理系统。</p> <p>为多家晶圆制造、芯片封装企业提供了设备管理系统。</p>
</div> </div>
<img src={require('@/assets/case2.png')} alt="" /> <img
src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/case2.png'
}
alt=""
/>
</Col> </Col>
<Col {...col} className="spread imglimit"> <Col {...col} className="spread imglimit">
<img src={require('@/assets/case3.png')} alt="" /> <img
src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/case3.png'
}
alt=""
/>
<div className="anli-text-left"> <div className="anli-text-left">
<h4>食品行业</h4> <h4>食品行业</h4>
<p>为多家食品、饮料、食品耗材加工企业提供了设备管理系统。</p> <p>为多家食品、饮料、食品耗材加工企业提供了设备管理系统。</p>
...@@ -70,7 +88,7 @@ export default () => { ...@@ -70,7 +88,7 @@ export default () => {
style={{ style={{
height: '100%', height: '100%',
width: '100%', width: '100%',
background: `url(${require('@/assets/group.png')}) no-repeat`, background: `url(https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/group.png) no-repeat`,
backgroundSize: '20% auto', backgroundSize: '20% auto',
backgroundPosition: 'center -120px ', backgroundPosition: 'center -120px ',
}} }}
...@@ -83,7 +101,12 @@ export default () => { ...@@ -83,7 +101,12 @@ export default () => {
为多家交通设备、机器人、数控机床、包装设备制造企业提供了设备管理系统。 为多家交通设备、机器人、数控机床、包装设备制造企业提供了设备管理系统。
</p> </p>
</div> </div>
<img src={require('@/assets/case4.png')} alt="" /> <img
src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/case4.png'
}
alt=""
/>
</Col> </Col>
</Row> </Row>
</div> </div>
...@@ -93,7 +116,9 @@ export default () => { ...@@ -93,7 +116,9 @@ export default () => {
<Col {...colc}> <Col {...colc}>
<img <img
style={{ width: '100%', display: 'block', margin: '0 auto' }} style={{ width: '100%', display: 'block', margin: '0 auto' }}
src={require('@/assets/worth.jpg')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/worth.jpg'
}
alt="" alt=""
/> />
</Col> </Col>
...@@ -122,13 +147,15 @@ export default () => { ...@@ -122,13 +147,15 @@ export default () => {
<h2 className="title">功能模块</h2> <h2 className="title">功能模块</h2>
<img <img
style={{ display: 'block', width: '66vw', margin: '0 auto' }} style={{ display: 'block', width: '66vw', margin: '0 auto' }}
src={require('@/assets/module.jpg')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/module.jpg'
}
alt="" alt=""
/> />
</div> </div>
<div <div
style={{ style={{
background: `url(${require('@/assets/baces.png')}) no-repeat center`, background: `url(https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/baces.png) no-repeat center`,
backgroundSize: 'cover', backgroundSize: 'cover',
padding: '3.6rem', padding: '3.6rem',
marginTop: '3.5rem', marginTop: '3.5rem',
......
...@@ -11,7 +11,7 @@ export default () => { ...@@ -11,7 +11,7 @@ export default () => {
return ( return (
<div id="mesContainer"> <div id="mesContainer">
<img <img
src={require('@/assets/fac4.jpg')} src={'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/fac4.jpg'}
alt="" alt=""
style={{ width: '100%' }} style={{ width: '100%' }}
/> />
...@@ -66,7 +66,9 @@ export default () => { ...@@ -66,7 +66,9 @@ export default () => {
<Col {...colc}> <Col {...colc}>
<img <img
style={{ width: '100%' }} style={{ width: '100%' }}
src={require('@/assets/dataliu.png')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/dataliu.png'
}
alt="" alt=""
/> />
</Col> </Col>
...@@ -76,7 +78,9 @@ export default () => { ...@@ -76,7 +78,9 @@ export default () => {
<Col {...colc}> <Col {...colc}>
<img <img
style={{ width: '100%' }} style={{ width: '100%' }}
src={require('@/assets/qudongdata.png')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/qudongdata.png'
}
alt="" alt=""
/> />
</Col> </Col>
......
...@@ -5,7 +5,7 @@ export default () => { ...@@ -5,7 +5,7 @@ export default () => {
return ( return (
<div id="mesContainer"> <div id="mesContainer">
<img <img
src={require('@/assets/fac1.jpg')} src={'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/fac1.jpg'}
alt="" alt=""
style={{ width: '100%' }} style={{ width: '100%' }}
/> />
...@@ -21,14 +21,23 @@ export default () => { ...@@ -21,14 +21,23 @@ export default () => {
</div> </div>
<div className="cpjs"> <div className="cpjs">
<h3>业务框架</h3> <h3>业务框架</h3>
<img src={require('@/assets/kjs.jpg')} alt="" /> <img
src={'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/kjs.jpg'}
alt=""
/>
</div> </div>
<div className="cpjs"> <div className="cpjs">
<h3>应用效益</h3> <h3>应用效益</h3>
<img src={require('@/assets/xy.jpg')} alt="" /> <img
src={'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/xy.jpg'}
alt=""
/>
</div> </div>
<div className="cpjs"> <div className="cpjs">
<img src={require('@/assets/xy2.png')} alt="" /> <img
src={'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/xy2.png'}
alt=""
/>
</div> </div>
</div> </div>
); );
......
...@@ -107,7 +107,7 @@ export default () => { ...@@ -107,7 +107,7 @@ export default () => {
return ( return (
<div id="mesContainer"> <div id="mesContainer">
<img <img
src={require('@/assets/fac6.jpg')} src={'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/fac6.jpg'}
alt="" alt=""
style={{ width: '100%' }} style={{ width: '100%' }}
/> />
...@@ -128,7 +128,12 @@ export default () => { ...@@ -128,7 +128,12 @@ export default () => {
return ( return (
<Col {...colc} key={i}> <Col {...colc} key={i}>
<div className="itemqs"> <div className="itemqs">
<img src={require(`@/assets/qs${i + 1}.png`)} alt="" /> <img
src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/qs${
i + 1
}.png`}
alt=""
/>
<h2>{it?.title}</h2> <h2>{it?.title}</h2>
<p>{it?.desc}</p> <p>{it?.desc}</p>
</div> </div>
...@@ -152,7 +157,9 @@ export default () => { ...@@ -152,7 +157,9 @@ export default () => {
<Col {...col}> <Col {...col}>
<img <img
style={{ width: '100%' }} style={{ width: '100%' }}
src={require('@/assets/fav.png')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/fav.png'
}
alt="" alt=""
/> />
</Col> </Col>
...@@ -197,7 +204,9 @@ export default () => { ...@@ -197,7 +204,9 @@ export default () => {
<Col {...col}> <Col {...col}>
<img <img
style={{ width: '100%' }} style={{ width: '100%' }}
src={require('@/assets/advs.png')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/advs.png'
}
alt="" alt=""
/> />
</Col> </Col>
......
...@@ -87,7 +87,7 @@ export default () => { ...@@ -87,7 +87,7 @@ export default () => {
return ( return (
<div id="mesContainer"> <div id="mesContainer">
<img <img
src={require('@/assets/fac5.jpg')} src={'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/fac5.jpg'}
alt="" alt=""
style={{ width: '100%' }} style={{ width: '100%' }}
/> />
...@@ -104,7 +104,9 @@ export default () => { ...@@ -104,7 +104,9 @@ export default () => {
<h3>解决问题</h3> <h3>解决问题</h3>
<img <img
style={{ width: '100%' }} style={{ width: '100%' }}
src={require('@/assets/solvepro.png')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/solvepro.png'
}
alt="" alt=""
/> />
</div> </div>
...@@ -125,7 +127,9 @@ export default () => { ...@@ -125,7 +127,9 @@ export default () => {
> >
{spArr( {spArr(
arrs.map((it, i) => { arrs.map((it, i) => {
it.picUrl = require(`@/assets/yui${i + 1}.png`); it.picUrl = `https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/yui${
i + 1
}.png`;
return it; return it;
}), }),
!screens.sm ? 1 : !screens.lg ? 2 : !screens.xl ? 3 : 3, !screens.sm ? 1 : !screens.lg ? 2 : !screens.xl ? 3 : 3,
...@@ -185,7 +189,9 @@ export default () => { ...@@ -185,7 +189,9 @@ export default () => {
<Col {...colc}> <Col {...colc}>
<img <img
style={{ width: '100%' }} style={{ width: '100%' }}
src={require('@/assets/advance1.png')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/advance1.png'
}
alt="" alt=""
/> />
</Col> </Col>
...@@ -195,7 +201,9 @@ export default () => { ...@@ -195,7 +201,9 @@ export default () => {
<Col {...colc}> <Col {...colc}>
<img <img
style={{ width: '100%' }} style={{ width: '100%' }}
src={require('@/assets/advance2.png')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/advance2.png'
}
alt="" alt=""
/> />
</Col> </Col>
...@@ -224,7 +232,9 @@ export default () => { ...@@ -224,7 +232,9 @@ export default () => {
<Col {...col}> <Col {...col}>
<img <img
style={{ width: '100%', margin: '0.5rem' }} style={{ width: '100%', margin: '0.5rem' }}
src={require('@/assets/xiaoyi.png')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/xiaoyi.png'
}
alt="" alt=""
/> />
</Col> </Col>
......
...@@ -5,7 +5,7 @@ export default () => { ...@@ -5,7 +5,7 @@ export default () => {
return ( return (
<div id="mesContainer"> <div id="mesContainer">
<img <img
src={require('@/assets/fac2.jpg')} src={'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/fac2.jpg'}
alt="" alt=""
style={{ width: '100%' }} style={{ width: '100%' }}
/> />
...@@ -20,15 +20,24 @@ export default () => { ...@@ -20,15 +20,24 @@ export default () => {
</div> </div>
<div className="cpjs"> <div className="cpjs">
<h3>业务框架</h3> <h3>业务框架</h3>
<img src={require('@/assets/kjc.jpg')} alt="" /> <img
src={'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/kjc.jpg'}
alt=""
/>
</div> </div>
<div className="cpjs"> <div className="cpjs">
<h3>应用模块</h3> <h3>应用模块</h3>
<img src={require('@/assets/mds.png')} alt="" /> <img
src={'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/mds.png'}
alt=""
/>
</div> </div>
<div className="cpjs"> <div className="cpjs">
<h3>应用效益</h3> <h3>应用效益</h3>
<img src={require('@/assets/xys.jpg')} alt="" /> <img
src={'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/xys.jpg'}
alt=""
/>
</div> </div>
</div> </div>
); );
......
...@@ -282,7 +282,9 @@ function IndexPage({ route }) { ...@@ -282,7 +282,9 @@ function IndexPage({ route }) {
<> <>
<div className="iconleft"> <div className="iconleft">
<img <img
src={require('@/assets/icon/left.png')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/icon/left.png'
}
alt="" alt=""
onClick={() => { onClick={() => {
cauref?.current?.prev(); cauref?.current?.prev();
...@@ -291,7 +293,9 @@ function IndexPage({ route }) { ...@@ -291,7 +293,9 @@ function IndexPage({ route }) {
</div> </div>
<div className="iconright"> <div className="iconright">
<img <img
src={require('@/assets/icon/right.png')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/icon/right.png'
}
alt="" alt=""
onClick={() => { onClick={() => {
cauref?.current?.next(); cauref?.current?.next();
...@@ -312,8 +316,12 @@ function IndexPage({ route }) { ...@@ -312,8 +316,12 @@ function IndexPage({ route }) {
production[type].map((it, i) => { production[type].map((it, i) => {
it.picUrl = it.picUrl =
type == 'r' type == 'r'
? require(`@/assets/pic${i + 1}.jpg`) ? `https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/pic${
: require(`@/assets/l${i + 1}.jpg`); i + 1
}.jpg`
: `https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/l${
i + 1
}.jpg`;
return it; return it;
}), }),
!screens.sm ? 1 : !screens.lg ? 2 : !screens.xl ? 3 : 3, !screens.sm ? 1 : !screens.lg ? 2 : !screens.xl ? 3 : 3,
...@@ -352,7 +360,7 @@ function IndexPage({ route }) { ...@@ -352,7 +360,7 @@ function IndexPage({ route }) {
<div <div
className="section" className="section"
style={{ style={{
background: `url(${require('@/assets/notice.png')}) no-repeat center`, background: `url(https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/notice.png) no-repeat center`,
padding: '8vw', padding: '8vw',
backgroundSize: 'cover', backgroundSize: 'cover',
}} }}
...@@ -401,7 +409,9 @@ function IndexPage({ route }) { ...@@ -401,7 +409,9 @@ function IndexPage({ route }) {
</p> </p>
<div <div
className={styles.cards} className={styles.cards}
style={{ backgroundImage: `url(${require('@/assets/bgblue.jpg')})` }} style={{
backgroundImage: `url(https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/bgblue.jpg)`,
}}
> >
<Row gutter={16} className={styles.cardlist}> <Row gutter={16} className={styles.cardlist}>
{advance.map((it, i) => { {advance.map((it, i) => {
...@@ -410,7 +420,12 @@ function IndexPage({ route }) { ...@@ -410,7 +420,12 @@ function IndexPage({ route }) {
<div className={styles?.cardItem}> <div className={styles?.cardItem}>
<h2>{it.title}</h2> <h2>{it.title}</h2>
<p>{it.desc}</p> <p>{it.desc}</p>
<img src={require(`@/assets/icon/a${i + 1}.png`)} alt="" /> <img
src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/icon/a${
i + 1
}.png`}
alt=""
/>
</div> </div>
</Col> </Col>
); );
...@@ -421,7 +436,7 @@ function IndexPage({ route }) { ...@@ -421,7 +436,7 @@ function IndexPage({ route }) {
<div <div
className="section" className="section"
style={{ style={{
background: `url(${require('@/assets/bg.jpg')}) no-repeat center`, background: `url(https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/bg.jpg) no-repeat center`,
padding: '8vw', padding: '8vw',
backgroundSize: 'cover', backgroundSize: 'cover',
}} }}
......
...@@ -36,7 +36,7 @@ export default () => { ...@@ -36,7 +36,7 @@ export default () => {
return ( return (
<div id="mesContainer"> <div id="mesContainer">
<img <img
src={require('@/assets/fac8.jpg')} src={'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/fac8.jpg'}
alt="" alt=""
style={{ width: '100%' }} style={{ width: '100%' }}
/> />
...@@ -56,7 +56,9 @@ export default () => { ...@@ -56,7 +56,9 @@ export default () => {
<Col {...cols}> <Col {...cols}>
<img <img
style={{ width: '100%', margin: 0 }} style={{ width: '100%', margin: 0 }}
src={require('@/assets/pt1.png')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/pt1.png'
}
alt="" alt=""
/> />
</Col> </Col>
...@@ -127,7 +129,9 @@ export default () => { ...@@ -127,7 +129,9 @@ export default () => {
<Col {...colc}> <Col {...colc}>
<img <img
style={{ width: '100%', margin: '0 0 0 0' }} style={{ width: '100%', margin: '0 0 0 0' }}
src={require('@/assets/kuangjia.png')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/kuangjia.png'
}
alt="" alt=""
/> />
</Col> </Col>
...@@ -196,7 +200,9 @@ export default () => { ...@@ -196,7 +200,9 @@ export default () => {
> >
<img <img
style={{ width: '36%', minWidth: 'auto', maxWidth: 100 }} style={{ width: '36%', minWidth: 'auto', maxWidth: 100 }}
src={require(`@/assets/td${i + 1}.png`)} src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/td${
i + 1
}.png`}
alt="" alt=""
/> />
<h4>{it.title}</h4> <h4>{it.title}</h4>
...@@ -215,7 +221,9 @@ export default () => { ...@@ -215,7 +221,9 @@ export default () => {
<Col {...colc}> <Col {...colc}>
<img <img
style={{ width: '100%', margin: 0 }} style={{ width: '100%', margin: 0 }}
src={require('@/assets/application.png')} src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/application.png'
}
alt="" alt=""
/> />
</Col> </Col>
...@@ -262,7 +270,12 @@ export default () => { ...@@ -262,7 +270,12 @@ export default () => {
<div className="cpjs"> <div className="cpjs">
<h3 className="center">南高工业物联网解决实施案例</h3> <h3 className="center">南高工业物联网解决实施案例</h3>
<img src={require('@/assets/casese.png')} alt="" /> <img
src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/casese.png'
}
alt=""
/>
</div> </div>
</div> </div>
); );
......
...@@ -8,7 +8,7 @@ function Together() { ...@@ -8,7 +8,7 @@ function Together() {
return ( return (
<div className="container"> <div className="container">
<img <img
src={require('@/assets/backs.jpg')} src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/backs.jpg`}
alt="" alt=""
style={{ width: '100%' }} style={{ width: '100%' }}
/> />
...@@ -16,14 +16,14 @@ function Together() { ...@@ -16,14 +16,14 @@ function Together() {
<Col <Col
{...col} {...col}
style={{ style={{
backgroundImage: `url(${require('@/assets/lefts.jpg')})`, backgroundImage: `url(https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/lefts.jpg)`,
height: '100%', height: '100%',
}} }}
className="img" className="img"
> >
<img <img
style={{ height: '100%', opacity: 0 }} style={{ height: '100%', opacity: 0 }}
src={require('@/assets/lefts.jpg')} src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/lefts.jpg`}
alt="" alt=""
/> />
</Col> </Col>
...@@ -34,7 +34,10 @@ function Together() { ...@@ -34,7 +34,10 @@ function Together() {
</p> </p>
<div className="centerl"> <div className="centerl">
<div> <div>
<img src={require('@/assets/zl.png')} alt="" /> <img
src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/zl.png`}
alt=""
/>
<h2>战略伙伴权益</h2> <h2>战略伙伴权益</h2>
<p> <p>
<span>市场营销</span> <span>市场营销</span>
...@@ -46,7 +49,10 @@ function Together() { ...@@ -46,7 +49,10 @@ function Together() {
</p> </p>
</div> </div>
<div> <div>
<img src={require('@/assets/zl2.png')} alt="" /> <img
src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/zl2.png`}
alt=""
/>
<h2>战略合作类型</h2> <h2>战略合作类型</h2>
<p> <p>
<span>系统集成类</span> <span>系统集成类</span>
...@@ -73,7 +79,10 @@ function Together() { ...@@ -73,7 +79,10 @@ function Together() {
window.open('http://www.jsiea.com/'); window.open('http://www.jsiea.com/');
}} }}
> >
<img src={require(`@/assets/icon1.png`)} alt="" /> <img
src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/icon1.png`}
alt=""
/>
<span style={{ fontSize: '0.6rem', marginTop: 12 }}> <span style={{ fontSize: '0.6rem', marginTop: 12 }}>
江苏省智能装备产业联盟 江苏省智能装备产业联盟
</span> </span>
...@@ -84,7 +93,10 @@ function Together() { ...@@ -84,7 +93,10 @@ function Together() {
window.open('http://njime.cn/'); window.open('http://njime.cn/');
}} }}
> >
<img src={require(`@/assets/icon2.png`)} alt="" /> <img
src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/icon2.png`}
alt=""
/>
<span style={{ fontSize: '0.6rem', marginTop: 12 }}> <span style={{ fontSize: '0.6rem', marginTop: 12 }}>
南京市智能制造装备产业促进会 南京市智能制造装备产业促进会
</span> </span>
...@@ -94,14 +106,14 @@ function Together() { ...@@ -94,14 +106,14 @@ function Together() {
<Col <Col
{...col} {...col}
style={{ style={{
backgroundImage: `url(${require('@/assets/org.jpg')})`, backgroundImage: `url(${`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/org.jpg`})`,
height: '100%', height: '100%',
}} }}
className="img" className="img"
> >
<img <img
style={{ height: '100%', opacity: 0 }} style={{ height: '100%', opacity: 0 }}
src={require('@/assets/lefts.jpg')} src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/lefts.jpg`}
alt="" alt=""
/> />
</Col> </Col>
......
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