Browse Source

微信登录统一

seimin 3 years ago
parent
commit
414e8f5cf8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/Login.vue

+ 2 - 2
src/views/Login.vue

@@ -45,7 +45,7 @@ export default {
45 45
     // 登陆
46 46
     login() {
47 47
       var that = this;
48
-      that.$http.post("service/auth/reqwechatlogin", {}).then(res => {
48
+      that.$http.post("service/auth/wechatAuth", {}).then(res => {
49 49
         if (res.data.url) {
50 50
           window.location.href = res.data.url;
51 51
         } else {
@@ -70,7 +70,7 @@ export default {
70 70
           code: url[1],
71 71
           // name: "微信报修"
72 72
         };
73
-        that.$http.post("service/auth/reqwechatlogin2", code).then(res => {
73
+        that.$http.post("service/auth/wechatLoginEncrypt", code).then(res => {
74 74
           if (res.data.state == 200) {
75 75
             if (res.data.user) {
76 76
               localStorage.setItem(