Commit 76559bed authored by linxin's avatar linxin

fixed

parent 3403af5f
...@@ -53,8 +53,8 @@ export default { ...@@ -53,8 +53,8 @@ export default {
this.pwdType = this.pwdType === 'password' ? 'text' : 'password' this.pwdType = this.pwdType === 'password' ? 'text' : 'password'
this.openEye = this.openEye =
this.pwdType === 'password' this.pwdType === 'password'
? require('@/assets/login/passNoShow.png') ? require('@/assets/login/pwd.png')
: require('@/assets/login/passShow.png') : require('@/assets/login/pwd-show.png')
}, },
login: function () { login: function () {
let vm = this let vm = this
......
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