fmui-base 2.1.17 → 2.1.18

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
@@ -3,6 +3,7 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.1.18:统一流程预算跳转
6
7
  - 2.1.17:统一流程纪检党建跳转
7
8
  - 2.1.16:表单样式调整,选人组件去除接口token
8
9
  - 2.1.15:统一流程跳转问题
@@ -133,6 +133,8 @@ var ListItem = function (_React$Component) {
133
133
  } else {
134
134
  var fullUrl = window.location.href;
135
135
  fullUrl = fullUrl.replace("clientType", "");
136
+ fullUrl = fullUrl.replace("thirdMenuType", "");
137
+ fullUrl = fullUrl.replace("clientAppType", "");
136
138
  var mobilePath = module;
137
139
  //projectPath = modules/mobileoffice
138
140
  // 预算模块跳转特殊处理
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.1.17",
3
+ "version": "2.1.18",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",