fix: 修复显示设置加载图片的问题

This commit is contained in:
Captain.B 2020-11-25 16:48:37 +08:00
parent ae1b31bbfc
commit 245da1d1ca
3 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit e9ce6f1732eed17f1b249a6b863264e0ea04e52c Subproject commit bb494fc68a2367359c9048fa7250c7618de4afb6

View File

@ -7,7 +7,7 @@
</el-row> </el-row>
<el-row id="header-top" type="flex" justify="space-between" align="middle"> <el-row id="header-top" type="flex" justify="space-between" align="middle">
<el-col :span="12"> <el-col :span="12">
<img :src="'/display/file/svg/logo'" style="width: 156px;height: 37px;" alt=""> <img :src="'/display/file/logo'" style="width: 156px;height: 37px;" alt="">
<ms-top-menus/> <ms-top-menus/>
</el-col> </el-col>

View File

@ -4,7 +4,7 @@
<el-col :span="12"> <el-col :span="12">
<el-form :model="form" :rules="rules" ref="form"> <el-form :model="form" :rules="rules" ref="form">
<div class="logo"> <div class="logo">
<img :src="'/display/file/svg/loginLogo'" style="width: 224px;height: 45px;" alt=""> <img :src="'/display/file/loginLogo'" style="width: 224px;height: 45px;" alt="">
</div> </div>
<div class="title"> <div class="title">
<span id="s1">{{ loginTitle }}</span> <span id="s1">{{ loginTitle }}</span>
@ -40,7 +40,7 @@
</el-form> </el-form>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<img :src="'/display/file/png/loginImage'" style="height: 560px; width: 100%"> <img :src="'/display/file/loginImage'" style="height: 560px; width: 100%">
</el-col> </el-col>
</el-row> </el-row>
</div> </div>