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

@@ -8,7 +8,7 @@
<el-backtop :bottom="50" :right="40"><i class="el-icon-caret-top" /></el-backtop>
<div v-if="$store.state.settings.showFooter" id="el-main-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>
</section>