@cloud-app-dev/vidc 2.1.0-alpha.5 → 2.1.0-alpha.6

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.
@@ -42,7 +42,7 @@ export function initialization() {
42
42
  centerUrl = "/api/user/operationCenter/v1/operationCenters/".concat(systemId);
43
43
  userPrivilegesUrl = "/api/user/role/v1/queryUserRoles/".concat(userId);
44
44
  systemFeatureUrl = "/api/micro-app-service/feature/v1/system/list/".concat(systemId);
45
- themeConfigUrl = '/api/micro-app-service/config/v1/type/default';
45
+ themeConfigUrl = '/api/micro-app-service/config/v1/default';
46
46
  _context.next = 13;
47
47
  return Promise.all([Service.http({
48
48
  url: centerUrl,
@@ -69,7 +69,7 @@ export function initialization() {
69
69
  url: themeConfigUrl,
70
70
  headers: headers,
71
71
  data: {
72
- type: 'theme',
72
+ type: 2,
73
73
  systemId: systemId
74
74
  },
75
75
  method: 'post'
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "@cloud-app-dev/vidc",
4
4
  "description": "Video Image Data Componennts",
5
- "version": "2.1.0-alpha.5",
5
+ "version": "2.1.0-alpha.6",
6
6
  "scripts": {
7
7
  "start": "dumi dev",
8
8
  "docs:build": "dumi build",