Browse Source

拉取代码

maotao 6 months ago
parent
commit
129033a6f1
2 changed files with 2 additions and 4 deletions
  1. 0 1
      manifest.json
  2. 2 3
      pages/bindUser/bindUser.vue

+ 0 - 1
manifest.json

@@ -86,7 +86,6 @@
86 86
             "proxy" : {
87 87
                 "/service" : {
88 88
                     "target" : "http://192.168.3.108", //请求的目标域名
89
-
90 89
                     // "target" : "http://192.168.4.163", //宋程玉本地
91 90
                     "changeOrigin" : true, //是否跨域
92 91
                     "secure" : false

+ 2 - 3
pages/bindUser/bindUser.vue

@@ -103,12 +103,11 @@
103 103
               confirmText: '进入系统',
104 104
               success: function(result) {
105 105
                 if (result.confirm) {
106
-                  console.log('用户点击确定',_this.type);
107 106
                   if (_this.type) {
108
-                    location.assign(baseUrl + '/' + '#/pages/homePage/homePage?type=' +
107
+                    location.assign(location.origin + location.pathname + '#/pages/homePage/homePage?type=' +
109 108
                       _this.type);
110 109
                   } else {
111
-                    location.assign(baseUrl + '/' + '#/pages/homePage/homePage');
110
+                    location.assign(location.origin + location.pathname + '#/pages/homePage/homePage');
112 111
                   }
113 112
                 } else if (result.cancel) {
114 113
                   console.log('用户点击取消');