提交 82e85473 作者: bax

修改gitlab cicd 配置文件

上级 2f5b2249
...@@ -27,8 +27,8 @@ const nextConfig = { ...@@ -27,8 +27,8 @@ const nextConfig = {
return [ return [
{ {
source: '/local/:path*', source: '/local/:path*',
// destination: 'https://www.iuav.shop/:path*', // destination: 'https://www.iuav.com/:path*',
destination: 'https://test.iuav.shop/:path*', destination: 'https://test.iuav.com/:path*',
}, },
]; ];
}, },
......
...@@ -368,9 +368,9 @@ export default function OrderForGoods(props: PropsBox) { ...@@ -368,9 +368,9 @@ export default function OrderForGoods(props: PropsBox) {
className='addressImg' className='addressImg'
preview={{ visible: false }} preview={{ visible: false }}
src={ src={
window.location.href.includes('https://test.iuav.shop/') window.location.href.includes('https://test.iuav.com/')
? 'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/image/app-iuav-formal1.jpg' ? 'https://sharefly.oss-cn-hangzhou.aliyuncs.com/image/app-iuav-formal1.jpg'
: 'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/image/app-iuav-trial1.jpg' || '' : 'https://sharefly.oss-cn-hangzhou.aliyuncs.com/image/app-iuav-trial1.jpg' || ''
} }
onClick={() => setAddressVisible(true)} onClick={() => setAddressVisible(true)}
/> />
...@@ -383,9 +383,9 @@ export default function OrderForGoods(props: PropsBox) { ...@@ -383,9 +383,9 @@ export default function OrderForGoods(props: PropsBox) {
> >
<Image <Image
src={ src={
window.location.href.includes('https://test.iuav.shop/') window.location.href.includes('https://test.iuav.com/')
? 'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/image/app-iuav-formal1.jpg' ? 'https://sharefly.oss-cn-hangzhou.aliyuncs.com/image/app-iuav-formal1.jpg'
: 'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/image/app-iuav-trial1.jpg' || : 'https://sharefly.oss-cn-hangzhou.aliyuncs.com/image/app-iuav-trial1.jpg' ||
'' ''
} }
/> />
......
...@@ -38,8 +38,8 @@ export default function FlyingHandService() { ...@@ -38,8 +38,8 @@ export default function FlyingHandService() {
const router = useRouter(); const router = useRouter();
const { userInfo, setNeedLogin } = useContext(UserContext); const { userInfo, setNeedLogin } = useContext(UserContext);
const [list, setList] = useState([ const [list, setList] = useState([
'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/540X844-1(1).jpg', 'https://sharefly.oss-cn-hangzhou.aliyuncs.com/file/540X844-1(1).jpg',
'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/540X844(1).jpg', 'https://sharefly.oss-cn-hangzhou.aliyuncs.com/file/540X844(1).jpg',
]); ]);
const [productList, setProductList] = useState(Array<{ element: JSX.Element }>); const [productList, setProductList] = useState(Array<{ element: JSX.Element }>);
const [rightDomList, setRightDomList] = useState(Array<{ element: JSX.Element }>); const [rightDomList, setRightDomList] = useState(Array<{ element: JSX.Element }>);
......
...@@ -278,9 +278,9 @@ export default function OrderForGoods(props: PropsBox) { ...@@ -278,9 +278,9 @@ export default function OrderForGoods(props: PropsBox) {
className='addressImg' className='addressImg'
preview={{ visible: false }} preview={{ visible: false }}
src={ src={
window.location.href.includes('https://test.iuav.shop/') window.location.href.includes('https://test.iuav.com/')
? 'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/image/app-iuav-formal1.jpg' ? 'https://sharefly.oss-cn-hangzhou.aliyuncs.com/image/app-iuav-formal1.jpg'
: 'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/image/app-iuav-trial1.jpg' || '' : 'https://sharefly.oss-cn-hangzhou.aliyuncs.com/image/app-iuav-trial1.jpg' || ''
} }
onClick={() => setAddressVisible(true)} onClick={() => setAddressVisible(true)}
/> />
...@@ -293,9 +293,9 @@ export default function OrderForGoods(props: PropsBox) { ...@@ -293,9 +293,9 @@ export default function OrderForGoods(props: PropsBox) {
> >
<Image <Image
src={ src={
window.location.href.includes('https://test.iuav.shop/') window.location.href.includes('https://test.iuav.com/')
? 'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/image/app-iuav-formal1.jpg' ? 'https://sharefly.oss-cn-hangzhou.aliyuncs.com/image/app-iuav-formal1.jpg'
: 'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/image/app-iuav-trial1.jpg' || : 'https://sharefly.oss-cn-hangzhou.aliyuncs.com/image/app-iuav-trial1.jpg' ||
'' ''
} }
/> />
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论