fmui-base 2.1.16 → 2.1.17

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.17:统一流程纪检党建跳转
6
7
  - 2.1.16:表单样式调整,选人组件去除接口token
7
8
  - 2.1.15:统一流程跳转问题
8
9
  - 2.1.14:增加分页组件
@@ -140,7 +140,7 @@ var ListItem = function (_React$Component) {
140
140
  fullUrl = fullUrl.replace("/" + projectPath + "/", "/budget/budgetcost/").split('?_')[0].split('/approval/all')[0];
141
141
  } else if (module == 'bud_project') {
142
142
  fullUrl = fullUrl.replace("/" + projectPath + "/", "/budget/budgetproject/").split('?_')[0].split('/approval/all')[0];
143
- } else if (module.indexOf("hoa_") != '-1') {
143
+ } else if (module.indexOf("hoa_") != '-1' || module.indexOf("jj_") != '-1' || module.indexOf("dj_") != '-1') {
144
144
  var category = module.split("_")[0];
145
145
  mobilePath = module.substring(module.indexOf("_") + 1);
146
146
  fullUrl = fullUrl.replace("/" + projectPath + "/", "/" + category + "/" + mobilePath + "/").split('?_')[0].split('/approval/all')[0];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.1.16",
3
+ "version": "2.1.17",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",