dashboard
repositories
filestore
activity
search
login
main
/
srs-police-web
上饶市警务平台后台管理前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-web
zhongrj
2023-02-15
4eb69f1e010fd2a692b3c1c1d03210260474ff4e
[srs-police-web.git]
/
src
/
api
/
common.js
1
2
3
4
5
6
7
8
9
10
11
12
13
import request from "@/router/axios";
/**
* 文件流返回
* @param url 接口地址
*/
export const exportBlob = (url) => {
return request({
url: url,
method: 'get',
responseType: 'blob'
})
}