全局替换终端

This commit is contained in:
GGJ
2024-06-13 13:32:50 +08:00
parent d4db10d5ca
commit 2c66e096e7
90 changed files with 1369 additions and 628 deletions

View File

@@ -1,6 +1,6 @@
import request from '@/utils/request'
// 新增设备模版
// 新增终端模版
export const addDevModel = (file:any) => {
let form = new FormData()
form.append('file', file)