修改推出登录 删除vuex

This commit is contained in:
zhoulingpo
2023-04-21 11:03:29 +08:00
parent 4884bd4b50
commit 37d570641d
3 changed files with 24 additions and 11 deletions
+9
View File
@@ -37,6 +37,15 @@ export default {
method: 'GET',
data: data
})
},
// 获取监控流程详情
getMonitorImg(data){
return request({
url: '/api/model/getImg',
method: 'GET',
params: data,
responseType: 'blob',
})
}
}