Commit 23b72ea9 authored by 黄媛媛's avatar 黄媛媛

修改登录页

parent 02f55dbc
......@@ -242,8 +242,7 @@
</div>
</div>
</div>
<div class="right-img">
<div class="right-img" :style="{zoom: zoom}">
</div>
</div>
</template>
......@@ -442,7 +441,7 @@ export default {
let Height = window.innerHeight
this.zoom = (Math.round((Height/1080) * 100) / 100) + 0.1
let autoLogin = localStorage.autoLogin ? JSON.parse(localStorage.autoLogin) : null
console.log(autoLogin)
console.log("this.zoom",this.zoom)
this.loginMsg.account = autoLogin ? autoLogin.acc : ''
this.loginMsg.password = autoLogin ? autoLogin.pwd : ''
this.checked = autoLogin ? true : false
......
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