Преглед на файлове

Merge branch 'master' of http://47.112.106.152:10880/Saas/exam_mp

huangziyang преди 2 седмици
родител
ревизия
e19bb613d7
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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") {