74b2f6d6 by zhangmeng

下载

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