|
|
|
@ -15,12 +15,12 @@ |
|
|
|
<el-icon><FullScreen/></el-icon> |
|
|
|
</el-button> |
|
|
|
</div> |
|
|
|
<div v-if="item.type === 'docs'" style="width: 100%;margin-top: 5px"> |
|
|
|
<div v-else-if="item.type === 'docs'" style="width: 100%;margin-top: 5px"> |
|
|
|
<div v-for="doc in item.content"> |
|
|
|
<el-link type="primary" @click="downLoadFile(doc)" :underline="false">{{ doc.file_name }}</el-link> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div v-if="item.type === 'router'" style="width: 100%;margin-top: 5px"> |
|
|
|
<div v-else-if="item.type === 'router'" style="width: 100%;margin-top: 5px"> |
|
|
|
<el-link :underline="false" type="primary" @click="jumpToPath(item.content)">{{'点击跳转:'+ item.content.name}}</el-link> |
|
|
|
</div> |
|
|
|
<div v-else style="width: 100%;margin-top: 5px"> |
|
|
|
|