|
@@ -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(
|