fmui-base 2.2.21 → 2.2.22

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.22:深圳CA密码验证
6
7
  - 2.2.21:表单组件支持批示意见开启态度
7
8
  - 2.2.20:流程列表组件支持流程分类category参数
8
9
  - 2.2.19:上传组件添加图片点击放大事件
@@ -7416,8 +7416,9 @@ var PageHome = function (_React$Component) {
7416
7416
  console.log('oauthWindowURL', oauthWindowURL);
7417
7417
  if (oauthWindowURL && oauthWindowURL != null && oauthWindowURL != 'null' && typeof oauthWindowURL != 'undefined' && oauthWindowURL != '') {
7418
7418
  localStorage.setItem('oauthWindowURL', oauthWindowURL);
7419
- console.log(getLoginUserInfo().contextPageUrl + '/mobile/shenzhengCA.html');
7420
- window.open(getLoginUserInfo().contextPageUrl + '/mobile/shenzhengCA.html');
7419
+ // console.log(getLoginUserInfo().contextPageUrl+'/mobile/shenzhengCA.html');
7420
+ // window.open(getLoginUserInfo().contextPageUrl+'/mobile/shenzhengCA.html');
7421
+ location.href = getLoginUserInfo().contextPageUrl + '/mobile/shenzhengCA.html';
7421
7422
  }
7422
7423
  }, 100);
7423
7424
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.2.21",
3
+ "version": "2.2.22",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",