提交 ab6b3300 作者: bax

修改图片地址

上级 962cccdc
流水线 #7055 已失败 于阶段
in 1 分 4 秒
......@@ -369,8 +369,8 @@ export default function OrderForGoods(props: PropsBox) {
preview={{ visible: false }}
src={
window.location.href.includes('https://test.iuav.com/')
? 'https://share-fly.oss-cn-hangzhou.aliyuncs.com/image/app-iuav-formal1.jpg'
: 'https://share-fly.oss-cn-hangzhou.aliyuncs.com/image/app-iuav-trial1.jpg' || ''
? 'https://file.iuav.com/image/app-iuav-formal1.jpg'
: 'https://file.iuav.com/image/app-iuav-trial1.jpg' || ''
}
onClick={() => setAddressVisible(true)}
/>
......@@ -384,8 +384,8 @@ export default function OrderForGoods(props: PropsBox) {
<Image
src={
window.location.href.includes('https://test.iuav.com/')
? 'https://share-fly.oss-cn-hangzhou.aliyuncs.com/image/app-iuav-formal1.jpg'
: 'https://share-fly.oss-cn-hangzhou.aliyuncs.com/image/app-iuav-trial1.jpg' ||
? 'https://file.iuav.com/image/app-iuav-formal1.jpg'
: 'https://file.iuav.com/image/app-iuav-trial1.jpg' ||
''
}
/>
......
......@@ -38,8 +38,8 @@ export default function FlyingHandService() {
const router = useRouter();
const { userInfo, setNeedLogin } = useContext(UserContext);
const [list, setList] = useState([
'https://share-fly.oss-cn-hangzhou.aliyuncs.com/file/540X844-1(1).jpg',
'https://share-fly.oss-cn-hangzhou.aliyuncs.com/file/540X844(1).jpg',
'https://file.iuav.com/file/540X844-1(1).jpg',
'https://file.iuav.com/file/540X844(1).jpg',
]);
const [productList, setProductList] = useState(Array<{ element: JSX.Element }>);
const [rightDomList, setRightDomList] = useState(Array<{ element: JSX.Element }>);
......
......@@ -279,8 +279,8 @@ export default function OrderForGoods(props: PropsBox) {
preview={{ visible: false }}
src={
window.location.href.includes('https://test.iuav.com/')
? 'https://share-fly.oss-cn-hangzhou.aliyuncs.com/image/app-iuav-formal1.jpg'
: 'https://share-fly.oss-cn-hangzhou.aliyuncs.com/image/app-iuav-trial1.jpg' || ''
? 'https://file.iuav.com/image/app-iuav-formal1.jpg'
: 'https://file.iuav.com/image/app-iuav-trial1.jpg' || ''
}
onClick={() => setAddressVisible(true)}
/>
......@@ -294,8 +294,8 @@ export default function OrderForGoods(props: PropsBox) {
<Image
src={
window.location.href.includes('https://test.iuav.com/')
? 'https://share-fly.oss-cn-hangzhou.aliyuncs.com/image/app-iuav-formal1.jpg'
: 'https://share-fly.oss-cn-hangzhou.aliyuncs.com/image/app-iuav-trial1.jpg' ||
? 'https://file.iuav.com/image/app-iuav-formal1.jpg'
: 'https://file.iuav.com/image/app-iuav-trial1.jpg' ||
''
}
/>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论