配置文件中加入底部信息配置

This commit is contained in:
zhengjie
2019-06-29 13:26:05 +08:00
parent 9ca7d4b05f
commit ac2253e552
5 changed files with 69 additions and 9 deletions

View File

@@ -28,6 +28,11 @@
</el-button>
</el-form-item>
</el-form>
<div v-if="$store.state.settings.showFooter" id="el-login-footer">
<span v-html="$store.state.settings.footerTxt"/>
<span> </span>
<a href="http://www.beian.miit.gov.cn" target="_blank">{{ $store.state.settings.caseNumber }}</a>
</div>
</div>
</template>