提交 4370bd80 作者: ZhangLingKun

功能:接口代理

上级 66945260
#请求接口地址 #请求接口地址
VITE_REQUEST_BASE_URL='https://www.iuav.shop' #VITE_REQUEST_BASE_URL='https://www.iuav.shop'
#VITE_REQUEST_BASE_URL='https://test.iuav.shop' #VITE_REQUEST_BASE_URL='https://test.iuav.shop'
VITE_REQUEST_BASE_URL='/api'
#旧版接口地址 #旧版接口地址
#VITE_REQUEST_BASE_URL='https://iuav.mmcuav.cn' #VITE_REQUEST_BASE_URL='https://iuav.mmcuav.cn'
#VITE_REQUEST_BASE_URL='https://test.iuav.mmcuav.cn' #VITE_REQUEST_BASE_URL='https://test.iuav.mmcuav.cn'
......
...@@ -95,6 +95,7 @@ const OrderConfirm: React.FC<propType> = (props) => { ...@@ -95,6 +95,7 @@ const OrderConfirm: React.FC<propType> = (props) => {
labelAlign='right' labelAlign='right'
labelCol={{ span: 8 }} labelCol={{ span: 8 }}
wrapperCol={{ span: 16 }} wrapperCol={{ span: 16 }}
autoComplete='new-password'
> >
<Form.Item label='收货方式' labelCol={{ span: 4 }}> <Form.Item label='收货方式' labelCol={{ span: 4 }}>
物流归还 物流归还
......
...@@ -91,6 +91,7 @@ const OrderDeliver: React.FC<propType> = (props) => { ...@@ -91,6 +91,7 @@ const OrderDeliver: React.FC<propType> = (props) => {
labelAlign='right' labelAlign='right'
labelCol={{ span: 8 }} labelCol={{ span: 8 }}
wrapperCol={{ span: 16 }} wrapperCol={{ span: 16 }}
autoComplete='new-password'
> >
<Form.Item label='收货地址' labelCol={{ span: 4 }}> <Form.Item label='收货地址' labelCol={{ span: 4 }}>
{data?.receipt?.takeName} {data?.receipt?.takePhone} {data?.receipt?.detailAddress} {data?.receipt?.takeName} {data?.receipt?.takePhone} {data?.receipt?.detailAddress}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论