修改状态
This commit is contained in:
parent
41597808ef
commit
6a5b404875
3
.env.dev
3
.env.dev
@ -3,11 +3,12 @@ VITE_BASE_URL=http://${VITE_HOST}
|
|||||||
VITE_COPY_BASE_URL=${VITE_BASE_URL}:7025
|
VITE_COPY_BASE_URL=${VITE_BASE_URL}:7025
|
||||||
VITE_OPERATOR_BASE_URL=${VITE_BASE_URL}:8091
|
VITE_OPERATOR_BASE_URL=${VITE_BASE_URL}:8091
|
||||||
VITE_OPERATOR_PLUGIN_BASE_URL=${VITE_BASE_URL}:8099
|
VITE_OPERATOR_PLUGIN_BASE_URL=${VITE_BASE_URL}:8099
|
||||||
VITE_AI_SHOP_BASE_URL=http://192.168.0.15:8081
|
VITE_AI_SHOP_BASE_URL=http://192.168.0.115:8081
|
||||||
VITE_WEBSOCKET_BASE_URL=ws://${VITE_HOST}:7025/copyright
|
VITE_WEBSOCKET_BASE_URL=ws://${VITE_HOST}:7025/copyright
|
||||||
# 18634604067
|
# 18634604067
|
||||||
VITE_USERID=80d3365e-0597-4988-979e-18ef1c3ec671
|
VITE_USERID=80d3365e-0597-4988-979e-18ef1c3ec671
|
||||||
# VITE_USERID=e3e40f95-7a3f-4b53-a1a0-51dd4e881d74
|
# VITE_USERID=e3e40f95-7a3f-4b53-a1a0-51dd4e881d74
|
||||||
|
# VITE_USERID=5cc90b84-905e-4027-9f6c-ab47e9c320a1
|
||||||
# VITE_CURRENT_THEME=fzkj
|
# VITE_CURRENT_THEME=fzkj
|
||||||
VITE_CURRENT_THEME=mzw
|
VITE_CURRENT_THEME=mzw
|
||||||
# VITE_HOST=121.36.71.250:58038
|
# VITE_HOST=121.36.71.250:58038
|
||||||
|
@ -594,14 +594,19 @@ export default function ProductRelease() {
|
|||||||
<Button className='goodsBtn' type="primary" style={{
|
<Button className='goodsBtn' type="primary" style={{
|
||||||
width: '80px',
|
width: '80px',
|
||||||
background:'rgb(248, 97, 97)',
|
background:'rgb(248, 97, 97)',
|
||||||
display: item.goodsStatus == '0' || item.goodsOrderStatus == '1' ? 'none' : 'unset'
|
display: item.goodsStatus == '0' || item.goodsOrderStatus == '3' ? 'none' : 'unset'
|
||||||
}}
|
}}
|
||||||
onClick={() => off(item)}>下架</Button>
|
onClick={() => off(item)}>下架</Button>
|
||||||
<div className='goodsBtnIng' style={{
|
<div className='goodsBtnIng' style={{
|
||||||
display: item.goodsOrderStatus == '1' ? 'unset' : 'none'
|
display: item.goodsOrderStatus == '3' ? 'unset' : 'none'
|
||||||
}}>
|
}}>
|
||||||
正在交易中...
|
正在交易中...
|
||||||
</div>
|
</div>
|
||||||
|
<div className='goodsBtnIng' style={{
|
||||||
|
display: item.goodsOrderStatus == '4' ? 'unset' : 'none'
|
||||||
|
}}>
|
||||||
|
已完成
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -19,7 +19,7 @@ import RefunModal from '../../components/RefunModal/RefunModal.tsx'
|
|||||||
import CorrectionModal from '../../components/CorrectionModal/CorrectionModal.tsx'
|
import CorrectionModal from '../../components/CorrectionModal/CorrectionModal.tsx'
|
||||||
import ReplaceModal from '../../components/ReplaceModal/ReplaceModal.tsx'
|
import ReplaceModal from '../../components/ReplaceModal/ReplaceModal.tsx'
|
||||||
import ContractModal from '../../components/ContractModal/ContractModal.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 MenuTreeWithTopButton from "../../components/menu/MenuTreeWithTopButton.tsx";
|
||||||
// import ListProj from "../../components/list/ListProj.tsx";
|
// import ListProj from "../../components/list/ListProj.tsx";
|
||||||
// import ListProjAgent from "../../components/list/ListProjAgent.tsx";
|
// import ListProjAgent from "../../components/list/ListProjAgent.tsx";
|
||||||
@ -2140,7 +2140,7 @@ export default function Index() {
|
|||||||
) : (
|
) : (
|
||||||
<></>
|
<></>
|
||||||
)} */}
|
)} */}
|
||||||
{/* {THEME == 'mzw' ? (
|
{THEME == 'mzw' ? (
|
||||||
<MenuWithBottomButtom
|
<MenuWithBottomButtom
|
||||||
button={sellMenu.button}
|
button={sellMenu.button}
|
||||||
list={sellMenu.list}
|
list={sellMenu.list}
|
||||||
@ -2158,7 +2158,7 @@ export default function Index() {
|
|||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<></>
|
<></>
|
||||||
)} */}
|
)}
|
||||||
|
|
||||||
|
|
||||||
{/* <MenuWithBottomButtom
|
{/* <MenuWithBottomButtom
|
||||||
|
Loading…
Reference in New Issue
Block a user