F - 主机管理 修复某些情况下批量导入模板无法下载的问题

pull/15/head
雷二猛 2019-08-09 11:30:50 +08:00
parent 2f3dcbb7bf
commit 7163f62cc7
1 changed files with 1 additions and 2 deletions

View File

@ -132,7 +132,6 @@
</style>
<script>
import envs from '../../config/env'
export default {
data () {
return {
@ -157,7 +156,7 @@
fileList: [],
tp_file:'',
import_loading: false,
download_url: envs.apiServer + "/apis/files/download/host.xls",
download_url: "/api/apis/files/download/host.xls",
}
},
methods: {