焊接首页

This commit is contained in:
2026-06-10 14:17:54 +08:00
parent d171a5b73b
commit 787ad93dee
24 changed files with 1682 additions and 38 deletions
+9
View File
@@ -0,0 +1,9 @@
import {
get,
post
} from '@/utils/request.js'
/**
* 获取焊接首页数据
*/
export const reqHJIndexData = (projectId)=>get(`HJGLIndex/GetJGLIndexItem?projectId=${projectId}`)