|
@@ -3,13 +3,8 @@
|
|
|
<div class="login-box">
|
|
<div class="login-box">
|
|
|
<div class="top">
|
|
<div class="top">
|
|
|
<div class="logo">
|
|
<div class="logo">
|
|
|
-<!-- <img src="~@/assets/img/login-logo.png" alt />-->
|
|
|
|
|
- <img :src="configuration.bsLoginLogoImg" style="max-height: 98px;max-width: 198px;" alt />
|
|
|
|
|
<span class="login-title">
|
|
<span class="login-title">
|
|
|
- {{
|
|
|
|
|
- $i18n.t('language') === 'language' ?
|
|
|
|
|
- configuration.bsTitleContentEn : configuration.bsTitleContentCn
|
|
|
|
|
- }}
|
|
|
|
|
|
|
+ 小卡定制平台
|
|
|
</span>
|
|
</span>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -33,10 +28,10 @@
|
|
|
</el-form>
|
|
</el-form>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div class="bottom">{{
|
|
|
|
|
|
|
+ <!--<div class="bottom">{{
|
|
|
$i18n.t('language') === 'English' ?
|
|
$i18n.t('language') === 'English' ?
|
|
|
configuration.bsCopyrightEn : configuration.bsCopyrightCn
|
|
configuration.bsCopyrightEn : configuration.bsCopyrightCn
|
|
|
- }}</div>
|
|
|
|
|
|
|
+ }}</div>-->
|
|
|
</div>
|
|
</div>
|
|
|
<Verify
|
|
<Verify
|
|
|
ref="verify"
|
|
ref="verify"
|
|
@@ -114,7 +109,7 @@ export default {
|
|
|
document.removeEventListener('keyup', this.handerKeyup)
|
|
document.removeEventListener('keyup', this.handerKeyup)
|
|
|
},
|
|
},
|
|
|
created () {
|
|
created () {
|
|
|
- this.getWebConfigData()
|
|
|
|
|
|
|
+ // this.getWebConfigData()
|
|
|
document.addEventListener('keyup', this.handerKeyup)
|
|
document.addEventListener('keyup', this.handerKeyup)
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
@@ -162,7 +157,7 @@ export default {
|
|
|
this.$store.commit('webConfig/addData', data)
|
|
this.$store.commit('webConfig/addData', data)
|
|
|
this.configuration = data
|
|
this.configuration = data
|
|
|
if(data.bsLoginBgImg){
|
|
if(data.bsLoginBgImg){
|
|
|
- this.backgroundImage.backgroundImage = 'url(' + data.bsLoginBgImg + ')'
|
|
|
|
|
|
|
+ // this.backgroundImage.backgroundImage = 'url(' + data.bsLoginBgImg + ')'
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|