fmui-base 2.2.14 → 2.2.15

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.15:一网通办打开表单报没有登录权限问题
6
7
  - 2.2.14:一网通办首页添加主题色
7
8
  - 2.2.13:单行文本必填校验问题
8
9
  - 2.2.12:表单UI修改
@@ -570,6 +570,9 @@ var MyGrid = function (_React$Component) {
570
570
  location.hash = url;
571
571
  } else {
572
572
  var fullUrl = window.location.href;
573
+ fullUrl = fullUrl.replace(/clientType/g, "");
574
+ fullUrl = fullUrl.replace(/thirdMenuType/g, "");
575
+ fullUrl = fullUrl.replace(/clientAppType/g, "");
573
576
  var mobilePath = module;
574
577
  if (module.indexOf("_") > 0) {
575
578
  var category = module.split("_")[0];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.2.14",
3
+ "version": "2.2.15",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",