试题导入模板文件下载,在嵌入管理端中,无法下载的问题,

改为直接连接,看是否可以
This commit is contained in:
daihh
2023-08-21 11:40:11 +08:00
parent 3cee29ad1e
commit 84404a261c

View File

@@ -31,7 +31,10 @@
</file-upload> </file-upload>
</div> </div>
</div> </div>
<div style="display: inline-block;margin-top: 10px;"><el-link @click="downloadTemplate">下载模板文件</el-link></div> <div style="display: inline-block;margin-top: 10px;">
<!-- <el-link @click="downloadTemplate">下载模板文件</el-link> -->
<el-link :href="webBaseUrl+'/template/test-question-template.xls'" target="_blank">下载模板文件</el-link>
</div>
</el-col> </el-col>
</el-row> </el-row>
</el-header> </el-header>