浏览代码

BUG修复

seimin 3 年之前
父节点
当前提交
dbc55341e1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/Login.vue

+ 1 - 1
src/views/Login.vue

@@ -46,7 +46,7 @@ export default {
46 46
     // 登陆
47 47
     login() {
48 48
       var that = this;
49
-      that.$http.post("service/auth/wechatAuth", {}).then(function(res) {
49
+      that.$http.post("service/auth/wechatAuth", {}).then((res) => {
50 50
         if (res.data.url) {
51 51
           window.location.href = res.data.url;
52 52
         } else {