|
|
|
|
@ -118,9 +118,11 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
return {
|
|
|
|
|
captchatImg: '',
|
|
|
|
|
swiperList: [],
|
|
|
|
|
loginLogo: '',
|
|
|
|
|
backgroundImages: '',
|
|
|
|
|
swiperList: [{
|
|
|
|
|
pic: require('@/assets/imgs/banner.jpeg')
|
|
|
|
|
}],
|
|
|
|
|
loginLogo: require('@/assets/imgs/logo.png'),
|
|
|
|
|
backgroundImages: require('@/assets/imgs/bg.jpg'),
|
|
|
|
|
backgroundImageMo: require("@/assets/imgs/bg.jpg"),
|
|
|
|
|
fullWidth: document.body.clientWidth,
|
|
|
|
|
swiperOption: {
|
|
|
|
|
@ -268,12 +270,12 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
getInfo() {
|
|
|
|
|
getLoginPicApi().then(res => {
|
|
|
|
|
this.swiperList = res.banner
|
|
|
|
|
this.loginLogo = res.loginLogo
|
|
|
|
|
this.backgroundImages = res.backgroundImage
|
|
|
|
|
// Cookies.set('MerInfo', JSON.stringify(data))
|
|
|
|
|
})
|
|
|
|
|
// getLoginPicApi().then(res => {
|
|
|
|
|
// this.swiperList = res.banner
|
|
|
|
|
// this.loginLogo = res.loginLogo
|
|
|
|
|
// this.backgroundImages = res.backgroundImage
|
|
|
|
|
// // Cookies.set('MerInfo', JSON.stringify(data))
|
|
|
|
|
// })
|
|
|
|
|
},
|
|
|
|
|
checkCapslock(e) {
|
|
|
|
|
const { key } = e
|
|
|
|
|
@ -495,11 +497,13 @@ export default {
|
|
|
|
|
.swiperPross, .swiperPic, .swiperPic img {
|
|
|
|
|
width: 286px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
padding: 16px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.swiperPic img {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.container {
|
|
|
|
|
|