1
This commit is contained in:
@@ -84,9 +84,9 @@ export default defineConfig({
|
||||
},
|
||||
define: {
|
||||
'process.env': {
|
||||
API_URL: "http://guangdongadminapi.zhongshuai2023.com",
|
||||
// API_URL: "http://guangdongadminapi.zhongshuai2023.com",
|
||||
// API_URL: "http://iadminapi.zhongshuai2023.com",
|
||||
// API_URL: "http://192.168.1.63:1002",
|
||||
API_URL: "http://192.168.1.63:1002",
|
||||
// API_URL: "http://192.168.1.54:1002",
|
||||
WS_URL: "ws://lv.com",
|
||||
STATIC_URL: "http://lv.com",
|
||||
|
||||
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -8,6 +8,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script src="/umi.e91c8212.js"></script>
|
||||
<script src="/umi.6ca396e8.js"></script>
|
||||
|
||||
</body></html>
|
||||
1
dist/src__pages__piles__index.1add7950.async.js
vendored
Normal file
1
dist/src__pages__piles__index.1add7950.async.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
dist/umi.e91c8212.js → dist/umi.6ca396e8.js
vendored
2
dist/umi.e91c8212.js → dist/umi.6ca396e8.js
vendored
File diff suppressed because one or more lines are too long
@@ -48,6 +48,12 @@ const LogTableList: React.FC = () => {
|
||||
}
|
||||
|
||||
const columns = [
|
||||
{
|
||||
title: 'ID',
|
||||
dataIndex: 'id',
|
||||
valueType: 'text',
|
||||
search: false,
|
||||
},
|
||||
{
|
||||
title: '设备号',
|
||||
dataIndex: 'deviceNo',
|
||||
|
||||
@@ -60,6 +60,7 @@ export async function activity10CarUserList(body) {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
export async function activity10CarUserAdd(body) {
|
||||
return request('/api/activity/activity10CarUserAdd', {
|
||||
method: 'POST',
|
||||
|
||||
Reference in New Issue
Block a user