Browse Source

修改找回密码

cr 4 years ago
parent
commit
121137ab5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/index/find-password.vue

+ 1 - 1
src/pages/index/find-password.vue

@@ -92,7 +92,7 @@ export default {
92
         },
92
         },
93
         sendCode() {
93
         sendCode() {
94
             this.api
94
             this.api
95
-                .get("/Login/SendSms", { mobile: this.form.phone })
95
+                .get("/Login/SendSms", { mobile: this.form.phone,type:1 })
96
                 .then((res) => {});
96
                 .then((res) => {});
97
         },
97
         },
98
         downTime() {
98
         downTime() {