请求头加入Content-Type
This commit is contained in:
parent
906947359f
commit
95e4ad9c4c
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user