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

+ 2 - 3
pages/bindUser/bindUser.vue

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