This commit is contained in:
PC-202306242200\Administrator
2025-03-28 14:16:18 +08:00
parent 94113c31fa
commit bcf9bb0e35
7 changed files with 12 additions and 5 deletions

View File

@@ -84,9 +84,9 @@ export default defineConfig({
}, },
define: { define: {
'process.env': { 'process.env': {
API_URL: "http://guangdongadminapi.zhongshuai2023.com", // API_URL: "http://guangdongadminapi.zhongshuai2023.com",
// API_URL: "http://iadminapi.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", // API_URL: "http://192.168.1.54:1002",
WS_URL: "ws://lv.com", WS_URL: "ws://lv.com",
STATIC_URL: "http://lv.com", STATIC_URL: "http://lv.com",

2
dist/index.html vendored
View File

@@ -8,6 +8,6 @@
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script src="/umi.e91c8212.js"></script> <script src="/umi.6ca396e8.js"></script>
</body></html> </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

@@ -48,6 +48,12 @@ const LogTableList: React.FC = () => {
} }
const columns = [ const columns = [
{
title: 'ID',
dataIndex: 'id',
valueType: 'text',
search: false,
},
{ {
title: '设备号', title: '设备号',
dataIndex: 'deviceNo', dataIndex: 'deviceNo',

View File

@@ -60,6 +60,7 @@ export async function activity10CarUserList(body) {
}); });
} }
export async function activity10CarUserAdd(body) { export async function activity10CarUserAdd(body) {
return request('/api/activity/activity10CarUserAdd', { return request('/api/activity/activity10CarUserAdd', {
method: 'POST', method: 'POST',