1.屏蔽版本号跳转

This commit is contained in:
lwd 2026-01-05 20:36:53 +08:00
parent cd55e024ff
commit 2f87305c13
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
</div>
<app-main />
<footer>© {{ new Date().getFullYear() }} 内蒙古自治区市场监督管理局 | 技术支持广东众望通科技股份有限公司
<span v-if="currentUpgrade" style="cursor:pointer" @click="toVersion">
<span v-if="currentUpgrade" style="cursor:pointer" >
版本号v{{ currentUpgrade.version }}
<span v-if="logNew" class="back">new</span>
</span>