截取URL为:var url=window.location.href;
截取url参数【例如:time、meetingId】:http://ims.abcSoft.com:8079/wx/index.html#/xxxPage?meetingId=91b677d0-8050-4e5a-9bbd-272a4fe01df5&time=1542284358453&agentName=mrbs
方式1:
方式2(推荐):直接序列化取
前提是先在<script>标签内定义:const qs=const qs = require('qs');