Commit edbf36f6 authored by wuhao's avatar wuhao 🎯

asder

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