This commit is contained in:
Zheng Jie
2022-07-22 13:44:16 +08:00
parent d9e0573882
commit 1a57165a59
3 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@
<!-- 底部 -->
<div v-if="$store.state.settings.showFooter" id="el-login-footer">
<span v-html="$store.state.settings.footerTxt" />
<span> </span>
<span v-if="$store.state.settings.caseNumber"> </span>
<a href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank">{{ $store.state.settings.caseNumber }}</a>
</div>
</div>