openxiangda 1.0.69 → 1.0.70

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openxiangda",
3
- "version": "1.0.69",
3
+ "version": "1.0.70",
4
4
  "description": "OpenXiangda CLI, workspace build tools, runtime SDK, and form components.",
5
5
  "private": false,
6
6
  "bin": {
@@ -1,8 +1,22 @@
1
1
  {
2
2
  "code": "app_admin_spa_pages",
3
- "name": "应用管理员 SPA 页面",
3
+ "name": "应用管理员页面权限",
4
4
  "roles": ["app_admin"],
5
- "menuCodes": ["runtime_workspace", "user_portal", "public_home"],
6
- "routeCodes": ["admin.dashboard", "portal.home", "public.home"],
5
+ "menuCodes": [
6
+ "admin_dashboard",
7
+ "task_center",
8
+ "service_center",
9
+ "data_center",
10
+ "user_portal",
11
+ "public_home"
12
+ ],
13
+ "routeCodes": [
14
+ "admin.dashboard",
15
+ "admin.tasks",
16
+ "admin.services",
17
+ "admin.data",
18
+ "portal.home",
19
+ "public.home"
20
+ ],
7
21
  "pathPatterns": ["/view/:appType/admin/*", "/view/:appType/portal/*", "/view/:appType/public/*"]
8
22
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "code": "app_user_spa_pages",
3
- "name": "普通用户 SPA 页面",
3
+ "name": "普通用户页面权限",
4
4
  "roles": ["app_user"],
5
5
  "menuCodes": ["user_portal", "public_home"],
6
6
  "routeCodes": ["portal.home", "public.home"],