修改文档地址

This commit is contained in:
暮光:城中城
2023-05-04 20:19:19 +08:00
parent 43be458728
commit 4354e1e388
18 changed files with 32 additions and 39 deletions

View File

@@ -5,12 +5,12 @@
<div style="font-weight: bold;font-size: 25px;">zyplayer-doc</div>
<div style="line-height: 30px;padding: 10px 0;">
<div>版本 {{upgradeInfo.nowVersion || '1.0.0'}}</div>
<div>版权所有 © 2018-2021 <a target="_blank" href="http://doc.zyplayer.com">doc.zyplayer.com</a></div>
<div>版权所有 © 2018-2021 <a target="_blank" href="http://zyplayer.com">zyplayer.com</a></div>
</div>
<el-tabs type="border-card">
<el-tab-pane label="支持">
<div style="line-height: 30px;">
<div>文档<a target="_blank" href="http://doc.zyplayer.com/doc-wiki#/docs/w4eSzPWvQRSBvaCHZS8t6d">http://doc.zyplayer.com</a></div>
<div>文档<a target="_blank" href="http://doc.zyplayer.com">http://doc.zyplayer.com</a></div>
<div>主页<a target="_blank" href="https://gitee.com/zyplayer/zyplayer-doc">https://gitee.com/zyplayer/zyplayer-doc</a></div>
<div>反馈<a target="_blank" href="https://gitee.com/zyplayer/zyplayer-doc/issues">https://gitee.com/zyplayer/zyplayer-doc/issues</a></div>
<div>新功能关注&技术交流QQ群466363173</div>

View File

@@ -12,7 +12,7 @@
<el-option v-for="item in databaseList" :key="item.dbName" :label="item.dbName" :value="item.dbName"></el-option>
</el-select>
<el-button v-on:click="showExportTypeChoice" type="primary" style="margin: 0 10px 0 20px;">导出选中的表</el-button>
<a target="_blank" title="点击查看如何使用" href="http://doc.zyplayer.com/doc-wiki#/docs/w4eSzPWvQRSBvaCHZS8t6d"><i class="el-icon-info" style="color: #999;"></i></a>
<a target="_blank" title="点击查看如何使用" href="http://doc.zyplayer.com/#/integrate/zyplayer-doc/opensource/117"><i class="el-icon-info" style="color: #999;"></i></a>
</div>
<el-table :data="tableList" stripe border @selection-change="handleSelectionChange" style="width: 100%; margin-bottom: 5px;">
<el-table-column type="selection" width="55"></el-table-column>

View File

@@ -4,7 +4,7 @@
<el-card>
<div slot="header" class="clearfix">
<span>数据互导工具</span>
<a target="_blank" title="点击查看如何使用" href="http://doc.zyplayer.com/doc-wiki#/docs/w4eSzPWvQRSBvaCHZS8t6d"><i class="el-icon-info" style="color: #999;"></i></a>
<a target="_blank" title="点击查看如何使用" href="http://doc.zyplayer.com/#/integrate/zyplayer-doc/opensource/128"><i class="el-icon-info" style="color: #999;"></i></a>
</div>
<div style="margin-bottom: 10px;text-align: right;">
<el-button type="success" icon="el-icon-plus" v-on:click="createNewTask">新建</el-button>