|
|
@@ -5,7 +5,7 @@
|
|
|
</div>
|
|
|
<div>
|
|
|
<ul class="select-item">
|
|
|
- <li class="item" @click="jump('before')" v-if="$store.state.option.isLogin.logged">
|
|
|
+ <li class="item" @click="jump('before')" v-if="$store.state.option.isLogin.data.content.isLogin">
|
|
|
<img src="/images/all/icon03.png">
|
|
|
<span>通过登录密码</span>
|
|
|
<i class="fa fa-angle-right second"></i>
|
|
|
@@ -56,7 +56,7 @@
|
|
|
},
|
|
|
// 获取验证方式
|
|
|
getVerifyWay () {
|
|
|
- this.$http.get('/sso/resetPwd/checkType/' + (this.$store.state.option.isLogin.logged ? 'update' : 'reset'))
|
|
|
+ this.$http.get('/sso/resetPwd/checkType/' + (this.$store.state.option.isLogin.data.content.isLogin ? 'update' : 'reset'))
|
|
|
.then(response => {
|
|
|
if (response.data.success) {
|
|
|
this.mobile = response.data.content.mobile
|