Commit e2add73d authored by 高宇's avatar 高宇

拍照 和扫码

parent ea96d2ee
......@@ -7,6 +7,8 @@
<link rel="icon" href="<%= BASE_URL %>home_logo.png">
<link rel="stylesheet" href="./alicdn.css">
<title><%= webpackConfig.name %></title>
<script src="./vconsole.min.js"></script>
<script>new VConsole()</script>
</head>
<body>
<noscript>
......
This diff is collapsed.
import request from '@/utils/request'
// TODO: 下载
export function downLoadFile(params) {
return request({
url: '/commomTest/fileDown',
method: 'get',
params,
responseType: 'blob'
})
}
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment