refactor:版本修改

This commit is contained in:
fanxb 2023-04-13 20:47:50 +08:00
parent 7d6006d1fd
commit 6c8184fb1c

View File

@ -14,15 +14,17 @@
<router-view/>
</div>
<div class="footer">版本
<el-tooltip effect="dark" content="点击查看更新内容" placement="top">
<a href="https://blog.fleyx.com/blog/detail/20221130/#13" target="_blank">
<el-tooltip effect="dark" content="点击查看更新记录" placement="top">
<a href="https://blog.fleyx.com/blog/detail/20221130/#%E7%89%88%E6%9C%AC%E6%9B%B4%E6%96%B0%E8%AE%B0%E5%BD%95"
target="_blank">
{{ version }}</a>
</el-tooltip>
&nbsp;&nbsp;
<template v-if="latestVersion && showNewVersion">
最新版本:
<el-tooltip effect="dark" content="点击查看更新文档" placement="top">
<a href="https://blog.fleyx.com/blog/detail/20221130/#%e5%8d%87%e7%ba%a7" target="_blank">
<a href="https://blog.fleyx.com/blog/detail/20221130/#%E7%89%88%E6%9C%AC%E6%9B%B4%E6%96%B0%E8%AE%B0%E5%BD%95"
target="_blank">
{{ latestVersion }}</a>
</el-tooltip>
&nbsp;&nbsp;