提交 a79ccef7 作者: bax

update

上级 50078281
......@@ -27,8 +27,8 @@ const nextConfig = {
return [
{
source: '/local/:path*',
// destination: 'https://www.iuav.shop/:path*',
destination: 'https://test.iuav.shop/:path*',
// destination: 'https://www.iuav.com/:path*',
destination: 'https://test.iuav.com/:path*',
},
];
},
......
......@@ -368,7 +368,7 @@ export default function OrderForGoods(props: PropsBox) {
className='addressImg'
preview={{ visible: false }}
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://pad-video-x.oss-cn-shenzhen.aliyuncs.com/image/app-iuav-trial1.jpg' || ''
}
......@@ -383,7 +383,7 @@ export default function OrderForGoods(props: PropsBox) {
>
<Image
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://pad-video-x.oss-cn-shenzhen.aliyuncs.com/image/app-iuav-trial1.jpg' ||
''
......
......@@ -278,7 +278,7 @@ export default function OrderForGoods(props: PropsBox) {
className='addressImg'
preview={{ visible: false }}
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://pad-video-x.oss-cn-shenzhen.aliyuncs.com/image/app-iuav-trial1.jpg' || ''
}
......@@ -293,7 +293,7 @@ export default function OrderForGoods(props: PropsBox) {
>
<Image
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://pad-video-x.oss-cn-shenzhen.aliyuncs.com/image/app-iuav-trial1.jpg' ||
''
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论