cloud-module-bpm 6.4.3 → 6.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-module-bpm",
3
- "version": "6.4.3",
3
+ "version": "6.4.4",
4
4
  "description": " bpm base lib",
5
5
  "main": "dist/cloud-module-bpm.umd.min.js",
6
6
  "author": "wujx",
@@ -816,7 +816,7 @@ MeritBPM.validatePermit = function(that, procDefKey, callback) {
816
816
  */
817
817
  MeritBPM.getUrlParameter = function(name) {
818
818
  var query = window.location.href.substring(
819
- window.location.hash.indexOf('?') + 1
819
+ window.location.href.indexOf('?') + 1
820
820
  );
821
821
  var vars = query.split('&');
822
822
  for (var i = 0; i < vars.length; i++) {