Commit c1bf768d authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

更换首页背景

parent a1c9e238
...@@ -34,12 +34,12 @@ ...@@ -34,12 +34,12 @@
</el-form-item> </el-form-item>
<el-form-item style="width:100%;"> <el-form-item style="width:100%;">
<div class="oauth-login" style="display:flex"> <!-- <div class="oauth-login" style="display:flex">-->
<div class="oauth-login-item" v-for="item in SysUserSocialTypeEnum" :key="item.type" @click="doSocialLogin(item)"> <!-- <div class="oauth-login-item" v-for="item in SysUserSocialTypeEnum" :key="item.type" @click="doSocialLogin(item)">-->
<img :src="item.img" height="25px" width="25px" alt="登录" > <!-- <img :src="item.img" height="25px" width="25px" alt="登录" >-->
<span>{{item.title}}</span> <!-- <span>{{item.title}}</span>-->
</div> <!-- </div>-->
</div> <!-- </div>-->
</el-form-item> </el-form-item>
</el-form> </el-form>
<!-- 底部 --> <!-- 底部 -->
...@@ -200,7 +200,7 @@ export default { ...@@ -200,7 +200,7 @@ export default {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 100%; height: 100%;
background-image: url("http://static.yudao.iocoder.cn/login-background.jpg"); background-image: url("https://musician-release-1305250541.file.myqcloud.com/static/bg-login.png");
background-size: cover; background-size: cover;
} }
.title { .title {
......
...@@ -128,7 +128,7 @@ export default { ...@@ -128,7 +128,7 @@ export default {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 100%; height: 100%;
background-image: url("http://static.yudao.iocoder.cn/login-background.jpg"); background-image: url("https://musician-release-1305250541.file.myqcloud.com/static/bg-login.png");
background-size: cover; background-size: cover;
} }
.title { .title {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment