@zgfe/modules-settings 1.2.20 → 1.2.21-test.1

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.
@@ -516,7 +516,7 @@ var RoleList = function RoleList(props) {
516
516
  id: 3
517
517
  }]);
518
518
  } else if (arr.includes(2) && arr.includes(3)) {
519
- // 城商行和证券存在
519
+ // 城商行和证券同时存在
520
520
  setAppVersionFl(arr.includes(2) && arr.includes(3));
521
521
  onSystemVersion({
522
522
  label: '城商行',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "1.2.20",
3
+ "version": "1.2.21-test.1",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -51,7 +51,7 @@
51
51
  "umi-request": "^1.4.0",
52
52
  "yorkie": "^2.0.0"
53
53
  },
54
- "gitHead": "63405c164be35af509a55cb6e5444be77867fad3",
54
+ "gitHead": "e6c65fdb566ac620a33579c88a1143341d55dda1",
55
55
  "gitHooks": {
56
56
  "pre-commit": "lint-staged"
57
57
  }