fmui-base 2.2.14 → 2.2.15
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/README.md +1 -0
- package/lib/react_grid/react_grid.js +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -570,6 +570,9 @@ var MyGrid = function (_React$Component) {
|
|
|
570
570
|
location.hash = url;
|
|
571
571
|
} else {
|
|
572
572
|
var fullUrl = window.location.href;
|
|
573
|
+
fullUrl = fullUrl.replace(/clientType/g, "");
|
|
574
|
+
fullUrl = fullUrl.replace(/thirdMenuType/g, "");
|
|
575
|
+
fullUrl = fullUrl.replace(/clientAppType/g, "");
|
|
573
576
|
var mobilePath = module;
|
|
574
577
|
if (module.indexOf("_") > 0) {
|
|
575
578
|
var category = module.split("_")[0];
|