Kaynağa Gözat

[捉药师] 切换接口登录

tangyuanwang 2 hafta önce
ebeveyn
işleme
4302c66020
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      pages/login/index.vue

+ 2 - 2
pages/login/index.vue

@@ -94,7 +94,7 @@ export default {
           // 授权成功以后,调用登录
           this.$http
             .request(
-              "api/wechat/phone_number",
+              "api/question_bank/question_reception/wechat/phone_number",
               {
                 code: re.detail.code,
                 share_uid: share_uid,
@@ -132,7 +132,7 @@ export default {
     toPhoneLogin(re) {
       // 登录效果
       this.$http
-        .request("api/wechat/phone_number", this.requestParam)
+        .request("api/question_bank/question_reception/wechat/phone_number", this.requestParam)
         .then((re) => {
           // 成功的话
           if (re.code == "success") {