|
@@ -1,8 +1,8 @@
|
|
|
<template>
|
|
|
<div class="login" style="">
|
|
|
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
|
|
|
- <img id="switch" class="switch" ref="switch" :src="getImg()" @click="switchLogin()" style="cursor: pointer;width: 60px;height: 60px;position: absolute;right: 0;top: 0;">
|
|
|
- <h3 class="title">用户画像管理系统</h3>
|
|
|
+<!-- <img id="switch" class="switch" ref="switch" :src="getImg()" @click="switchLogin()" style="cursor: pointer;width: 60px;height: 60px;position: absolute;right: 0;top: 0;">-->
|
|
|
+ <h3 class="title">卷烟数字化营销</h3>
|
|
|
<div id="passLogin" v-if="isPassLogin">
|
|
|
<el-form-item prop="username">
|
|
|
<el-input
|
|
@@ -222,7 +222,7 @@ export default {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
height: 100%;
|
|
|
- background-image: url("../assets/images/login-background.jpg");
|
|
|
+ background-image: url("../assets/images/login-background.png");
|
|
|
background-size: cover;
|
|
|
}
|
|
|
|