fmui-base 2.1.27 → 2.1.28
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/process_list/processList.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -132,9 +132,9 @@ var ListItem = function (_React$Component) {
|
|
|
132
132
|
location.hash = url;
|
|
133
133
|
} else {
|
|
134
134
|
var fullUrl = window.location.href;
|
|
135
|
-
fullUrl = fullUrl.replace(
|
|
136
|
-
fullUrl = fullUrl.replace(
|
|
137
|
-
fullUrl = fullUrl.replace(
|
|
135
|
+
fullUrl = fullUrl.replace(/clientType/g, "");
|
|
136
|
+
fullUrl = fullUrl.replace(/thirdMenuType/g, "");
|
|
137
|
+
fullUrl = fullUrl.replace(/clientAppType/g, "");
|
|
138
138
|
var mobilePath = module;
|
|
139
139
|
//projectPath = modules/mobileoffice
|
|
140
140
|
// 预算模块跳转特殊处理
|