@cloud-app-dev/vidc 2.1.0-alpha.2 → 2.1.0-alpha.3
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.
|
@@ -13,7 +13,7 @@ export function queryBSConfig() {
|
|
|
13
13
|
case 0:
|
|
14
14
|
_context.next = 2;
|
|
15
15
|
return Service.http({
|
|
16
|
-
url: "/config/web.conf.json?".concat(Date.now())
|
|
16
|
+
url: "/statics/config/web.conf.json?".concat(Date.now())
|
|
17
17
|
});
|
|
18
18
|
|
|
19
19
|
case 2:
|
|
@@ -40,7 +40,7 @@ export function queryMicroApplicationList() {
|
|
|
40
40
|
case 0:
|
|
41
41
|
_context2.next = 2;
|
|
42
42
|
return Service.http({
|
|
43
|
-
url: "/config/app.conf.json?".concat(Date.now())
|
|
43
|
+
url: "/statics/config/app.conf.json?".concat(Date.now())
|
|
44
44
|
});
|
|
45
45
|
|
|
46
46
|
case 2:
|
|
@@ -66,7 +66,7 @@ export function querySystemUpdate() {
|
|
|
66
66
|
switch (_context3.prev = _context3.next) {
|
|
67
67
|
case 0:
|
|
68
68
|
return _context3.abrupt("return", Service.http({
|
|
69
|
-
url: "/config/update.status.conf.json?".concat(Date.now())
|
|
69
|
+
url: "/statics/config/update.status.conf.json?".concat(Date.now())
|
|
70
70
|
}));
|
|
71
71
|
|
|
72
72
|
case 1:
|
|
@@ -90,7 +90,7 @@ export function queryDefaultTheme() {
|
|
|
90
90
|
case 0:
|
|
91
91
|
_context4.next = 2;
|
|
92
92
|
return Service.http({
|
|
93
|
-
url: "/config/theme.info.json?".concat(Date.now())
|
|
93
|
+
url: "/statics/config/theme.info.json?".concat(Date.now())
|
|
94
94
|
});
|
|
95
95
|
|
|
96
96
|
case 2:
|