请求头加入Content-Type

This commit is contained in:
lyp 2025-04-17 08:48:11 +08:00
parent 906947359f
commit 95e4ad9c4c

View File

@ -17,7 +17,7 @@ import MenuWithTopButton from "../../components/menu/MenuWithTopButton.tsx";
import RefunModal from '../../components/RefunModal/RefunModal.tsx'
import CorrectionModal from '../../components/CorrectionModal/CorrectionModal.tsx'
import ContractModal from '../../components/ContractModal/ContractModal.tsx'
import MenuWithBottomButtom from '../../components/menu/MenuWithBottomButton.tsx'
// import MenuWithBottomButtom from '../../components/menu/MenuWithBottomButton.tsx'
// import MenuTreeWithTopButton from "../../components/menu/MenuTreeWithTopButton.tsx";
// import ListProj from "../../components/list/ListProj.tsx";
// import ListProjAgent from "../../components/list/ListProjAgent.tsx";
@ -1699,7 +1699,7 @@ export default function Index() {
list={agentMenu.list}
handleListItem={agentMenu.handleListItem}
/> */}
<MenuWithBottomButtom
{/* <MenuWithBottomButtom
button={sellMenu.button}
list={sellMenu.list}
handleListItem={sellMenu.handleListItem}
@ -1732,7 +1732,7 @@ export default function Index() {
tradingEndTime={tradingEndTime}
tradingStatus={tradingStatus}
/>
/> */}
{/* <MenuWithTopButton
button={refundMenu.button}
list={refundMenu.list}