Browse Source

微信登录优化去掉name

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

+ 1 - 1
src/views/Login.vue

@@ -68,7 +68,7 @@ export default {
68 68
       } else {
69 69
         var code = {
70 70
           code: url[1],
71
-          name: "微信报修"
71
+          // name: "微信报修"
72 72
         };
73 73
         that.$http.post("service/auth/reqwechatlogin2", code).then(res => {
74 74
           if (res.data.state == 200) {