|
|
@@ -64,7 +64,7 @@
|
|
|
this.$http.get('/sso/change/admin/checkType')
|
|
|
.then(response => {
|
|
|
console.log('验证方式', response.data)
|
|
|
- if (response.data.success) {
|
|
|
+ if (response.data.content) {
|
|
|
if (response.data.content.mobile) {
|
|
|
this.hasMobile = true
|
|
|
this.mobile = response.data.content.mobile
|