74b2f6d6 by zhangmeng

下载

1 parent 2b3dfe16
......@@ -34,7 +34,7 @@
<label>{{ language === 0 ? '点击下载' : 'DownLoad' }}:</label>
<div v-if="fileList.length>0">
<div v-for="f in fileList" :key="f">
<a :href="fillImgUrl(f.fileUrl) " class="text-primary" target="_blank">
<a :href="fillImgUrl(f.url) " class="text-primary" target="_blank">
<el-icon style="position: relative;top: 2px">
<download />
</el-icon>
......
......@@ -578,7 +578,8 @@ const goGuide = () => {
router.push({
path: `/guide`,
query: {
index: 8
index: 8,
cptId: matchData.value.id
}
})
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!