소스 검색

Merge branch 'dev' of http://113.31.163.91:7777/quanshu/mp-ui-pc into dev

hwb0 3 년 전
부모
커밋
4f52c16bf2
1개의 변경된 파일1개의 추가작업 그리고 19개의 파일을 삭제
  1. 1 19
      public/jump.html

+ 1 - 19
public/jump.html

@@ -137,23 +137,7 @@
       });
     }
 
-    function GetRequest(name) {
-      var url = window.parent.location.search; //获取url中"?"符后的字串
-      // var theRequest = new Object();
-      if (url.indexOf("?") != -1) {
-        var str = url.substr(1);
-        if (str.indexOf("#" != -1)) {
-          str = str.substr(0);
-        }
-        strs = str.split("&");
-        for (var i = 0; i < strs.length; i++) {
-          if (strs[i].indexOf(name) != -1) {
-            return strs[i].split("=")[1];
-          }
-        }
-      }
-      return null;
-    }
+
 
 
     function openWeapp() {
@@ -164,8 +148,6 @@
           path: '/pages/index/index',
           query: 'id=3847838'
         }
-      }).then(res => {
-        console.log('res', res)
       })
     }
   </script>