1
This commit is contained in:
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -8,6 +8,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script src="/umi.d837416f.js"></script>
|
||||
<script src="/umi.e8969631.js"></script>
|
||||
|
||||
</body></html>
|
||||
File diff suppressed because one or more lines are too long
1
dist/src__pages__order__index.acdd5b54.async.js
vendored
Normal file
1
dist/src__pages__order__index.acdd5b54.async.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/umi.d837416f.js → dist/umi.e8969631.js
vendored
2
dist/umi.d837416f.js → dist/umi.e8969631.js
vendored
File diff suppressed because one or more lines are too long
@@ -145,7 +145,7 @@ const LogTableList: React.FC = () => {
|
||||
{ label: '待支付', value: 0 },
|
||||
{ label: '支付成功', value: 1 },
|
||||
{ label: '取消', value: -1 },
|
||||
{ label: '退款中', value: -2 },
|
||||
{ label: '退款', value: -2 },
|
||||
]
|
||||
return <Select
|
||||
{...fieldProps}
|
||||
|
||||
@@ -137,6 +137,8 @@ export const errorConfig: RequestConfig = {
|
||||
// url = config.url;
|
||||
// }
|
||||
|
||||
// const url = config?.url
|
||||
|
||||
return { ...config, url, headers };
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user