fmui-base 2.2.67 → 2.2.68

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.2.68: 移动端合同管理移动端跳转
6
7
  - 2.2.67: 移动端合同管理移动端跳转
7
8
  - 2.2.66: 移动端关联字段为空报错
8
9
  - 2.2.65: 移动端关联字段报错
@@ -205,7 +205,7 @@ var ListItem = function (_React$Component) {
205
205
  _fullUrl = _fullUrl.replace("/" + projectPath + "/", "/budget/budgetproject/").split('?_')[0].split('#/')[0];
206
206
  } else if (module == 'hoa_topic' || module == 'hoa_funds' || module == 'hoa_achievements') {
207
207
  _fullUrl = _fullUrl.replace("/" + projectPath + "/", "/ky/ky/").split('?_')[0].split('#/')[0];
208
- } else if (module == 'contract_sign' || module == 'contract_sign') {
208
+ } else if (module == 'contract_sign' || module == 'contract_exmanage') {
209
209
  _fullUrl = _fullUrl.replace("/" + projectPath + "/", "/contract/contract/").split('?_')[0].split('#/')[0];
210
210
  } else if (module.indexOf("dj_") != '-1' || module.indexOf("jj_") != '-1' || module.indexOf("zdh_") != '-1' || module.indexOf("gh_") != '-1') {
211
211
  _fullUrl = _fullUrl.split('?_')[0].split('#/')[0];
@@ -327,7 +327,7 @@ var ListItem = function (_React$Component) {
327
327
  fullUrl = fullUrl.replace("/" + projectPath + "/", "/budget/budgetproject/").split('?_')[0].split('/approval/all')[0];
328
328
  } else if (module == 'hoa_topic' || module == 'hoa_funds' || module == 'hoa_achievements') {
329
329
  fullUrl = fullUrl.replace("/" + projectPath + "/", "/ky/ky/").split('?_')[0].split('/approval/all')[0];
330
- } else if (module == 'contract_sign' || module == 'contract_sign') {
330
+ } else if (module == 'contract_sign' || module == 'contract_exmanage') {
331
331
  fullUrl = fullUrl.replace("/" + projectPath + "/", "/contract/contract/").split('?_')[0].split('#/')[0];
332
332
  } else if (module.indexOf("dj_") != '-1' || module.indexOf("jj_") != '-1' || module.indexOf("zdh_") != '-1' || module.indexOf("gh_") != '-1') {
333
333
  fullUrl = fullUrl.split('?_')[0].split('/approval/all')[0];
@@ -339,7 +339,7 @@ var ListItem = function (_React$Component) {
339
339
  fullUrl = fullUrl.replace("/" + projectPath + "/", "/modules/" + mobilePath + "/").split('?_')[0].split('/approval/all')[0];
340
340
  }
341
341
  var _url3 = "process/processDetails/" + taskId + "/" + param_formKey + "/" + param_businessKey + "/" + param_list_type + "/0/" + processInstanceId + "/" + module + "/" + loginUserId;
342
- _url3 = fullUrl + '/' + _url3;
342
+ _url3 = fullUrl + '#/' + _url3;
343
343
  decodeURI(_url3);
344
344
  location.href = _url3;
345
345
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.2.67",
3
+ "version": "2.2.68",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",