|
|
@@ -55,7 +55,9 @@
|
|
|
<div class="left gr-right">
|
|
|
<ul>
|
|
|
<li>
|
|
|
- <span>姓名</span><span>{{mytoken.realname}}</span>
|
|
|
+ <span>姓名</span>
|
|
|
+ <span>{{mytoken.realname}}</span>
|
|
|
+ <!-- <input type="text" :value="mytoken.realname"> -->
|
|
|
</li>
|
|
|
<li>
|
|
|
<span>UU号</span><span>{{mytoken.uu}}</span>
|
|
|
@@ -135,11 +137,11 @@ import { setTimeout } from 'timers';
|
|
|
},
|
|
|
//修改密码
|
|
|
changpasd(){
|
|
|
- window.location.href = 'https://sso.ubtob.com/reset/forgetPasswordValidationAccount?returnURL='+this.$url.web+'&appId=sp'
|
|
|
+ window.location.href = this.$url.sso+'/reset/forgetPasswordValidationAccount?returnURL='+this.$url.web+'&appId=sp'
|
|
|
},
|
|
|
//修改手机号
|
|
|
changphone(){
|
|
|
- window.location.href = 'https://sso.ubtob.com/validation/phoneValidation?returnURL='+this.$url.web+'&appId=sp'
|
|
|
+ window.location.href = this.$url.sso+'/validation/phoneValidation?returnURL='+this.$url.web+'&appId=sp'
|
|
|
}
|
|
|
},
|
|
|
}
|