拓扑图模版配置

This commit is contained in:
仲么了
2024-01-26 13:43:54 +08:00
parent fa7ac01f6c
commit 04665478fc
5 changed files with 148 additions and 65 deletions

View File

@@ -0,0 +1,10 @@
import request from '@/utils/request'
// 上传拓扑图模板监测点位置
export const addLineTemplate = (data: any) => {
return request({
url: '/cs-device-boot/lineTemplate/addLineTemplate',
method: 'POST',
data: data
})
}