LIPENGTAO1313 6 years ago
parent
commit
7dc22233fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/form-views/BindAccount.vue

+ 1 - 1
src/components/form-views/BindAccount.vue

90
                      this.$axios.post(httpUrl.utilUrl + '/platform/reqBindMail', {
90
                      this.$axios.post(httpUrl.utilUrl + '/platform/reqBindMail', {
91
                          id: this.platId,
91
                          id: this.platId,
92
                          mail: this.emailName,
92
                          mail: this.emailName,
93
                          url: httpUrl.platUrl + '/upMail?sc'
93
                          url: httpUrl.platUrl + '/#/upMail?sc'
94
                      }).then((res) => {
94
                      }).then((res) => {
95
                        if (res.success) {
95
                        if (res.success) {
96
                          this.dias = true;
96
                          this.dias = true;