fix:登录页展示前后端版本号
This commit is contained in:
parent
7afdc70107
commit
25cd8c215a
|
@ -62,7 +62,8 @@
|
|||
<el-button type="default" @click="faceLogin">刷脸登录</el-button>
|
||||
</div> -->
|
||||
<!-- <div class="copyright">Copyright © 2024 {{ baseConfig.base_right }}</div> -->
|
||||
<div class="version">WEB版本:{{ config_index.APP_VER }}</div>
|
||||
<div class="version version_web">WEB版本:{{ config_index.APP_VER }}</div>
|
||||
<div class="version ">VERSION版本:{{ baseConfig.sys_version }}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -406,10 +407,13 @@ export default {
|
|||
}
|
||||
.version {
|
||||
position: absolute;
|
||||
bottom: 30px;
|
||||
left: 30px;
|
||||
bottom: 15px;
|
||||
right: 30px;
|
||||
font-size: 14px;
|
||||
color: #fff;
|
||||
color: rgb(36, 93, 116);
|
||||
}
|
||||
.version_web{
|
||||
bottom: 40px;
|
||||
}
|
||||
.copyright {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue