fmui-base 2.2.14 → 2.2.16
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
CHANGED
|
@@ -153,7 +153,7 @@ var Page = function (_React$Component) {
|
|
|
153
153
|
_react2.default.createElement(
|
|
154
154
|
'div',
|
|
155
155
|
null,
|
|
156
|
-
_react2.default.createElement('img', { src: _variables2.default.nodataIcon, alt: '' })
|
|
156
|
+
_react2.default.createElement('img', { src: _variables2.default.nodataIcon, alt: '', style: 'height: 160px;' })
|
|
157
157
|
)
|
|
158
158
|
)
|
|
159
159
|
)
|
|
@@ -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];
|