This commit is contained in:
PC-202306242200\Administrator
2024-10-14 09:25:53 +08:00
parent d34b0a8615
commit 87631d5079
6 changed files with 10 additions and 6 deletions

View File

@@ -84,9 +84,9 @@ export default defineConfig({
},
define: {
'process.env': {
// API_URL: "https://iadminapi.zhongshuai2023.com",
API_URL: "https://iadminapi.zhongshuai2023.com",
// API_URL: "http://192.168.1.63:1002",
API_URL: "http://192.168.1.54:1002",
// API_URL: "http://192.168.1.54:1002",
WS_URL: "ws://lv.com",
STATIC_URL: "http://lv.com",
WEMAP_KEY: 'ZFDBZ-YUTWB-353UZ-NYKEY-JTVIZ-Q3F6X'

2
dist/index.html vendored
View File

@@ -8,6 +8,6 @@
</head>
<body>
<div id="root"></div>
<script src="/umi.dd25f5a2.js"></script>
<script src="/umi.0ff77be7.js"></script>
</body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -164,7 +164,7 @@ const LogTableList: React.FC = () => {
valueType: 'text',
search: false,
},
{
title: '订单利润',
dataIndex: 'profit',
@@ -232,6 +232,7 @@ const LogTableList: React.FC = () => {
label: "label",
value: "value"
}}
defaultValue={1}
options={statusMap}
/>
},
@@ -356,6 +357,9 @@ const LogTableList: React.FC = () => {
}}></Button>
]}
request={async (params, sorter, filter) => {
if (!params.status && params.status !== 0) {
params.status = 1
}
setSearchParams({ ...params });
let { data } = await orderPage(params)
return {