链接新增编辑

This commit is contained in:
shenyanpei
2021-12-02 10:17:40 +08:00
parent 745b9d30d2
commit e15803f099
5 changed files with 1400 additions and 572 deletions
+10
View File
@@ -0,0 +1,10 @@
import axios from "@/common/axiosV2";
export function getImg (data) {
return axios({
url: 'api/sarUrl/tsUrl/getIconImg',
method: 'get',
params: data,
responseType: 'arraybuffer'
})
}