jufubao-admin-library 1.1.9 → 1.1.10

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.
@@ -21,7 +21,13 @@ module.exports = {
21
21
  partner_id: ['加盟商id', 'Number', '非必选'],
22
22
  },
23
23
  disabled: true,
24
+ // #ifdef admin
25
+ role: 'ROLE_ADMIN_SYSTEM_TASKS_LIST',
26
+ // #endif
27
+ // #ifndef admin
24
28
  role: '@@@@.@@@@@.SYSTEM_TASKS_LIST',
29
+ // #endif
30
+
25
31
  },
26
32
  {
27
33
  mapFn: 'asyncRetry',
@@ -37,12 +43,7 @@ module.exports = {
37
43
  serial_no: ['id', 'String', '必选'],
38
44
  },
39
45
  disabled: true,
40
- // #ifdef admin
41
- role: 'ROLE_ADMIN_SYSTEM_TASKS_AGAIN',
42
- // #endif
43
- // #ifndef admin
44
46
  role: '',
45
- // #endif
46
47
 
47
48
  },
48
49
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {