@nocobase/app 2.0.0-beta.6 → 2.0.0-beta.8
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/client/.umirc.ts +1 -1
- package/dist/client/index.html +2 -2
- package/dist/client/index.html.tpl +2 -2
- package/dist/client/p__index.725d9fd4.async.js +2505 -0
- package/dist/client/{umi.0b674609.js → umi.cc111fee.js} +1 -1
- package/package.json +6 -6
- package/dist/client/p__index.03d5a8fa.async.js +0 -2505
package/client/.umirc.ts
CHANGED
|
@@ -27,7 +27,7 @@ export default defineConfig({
|
|
|
27
27
|
window['__nocobase_dev_public_path__'] = "/";
|
|
28
28
|
`
|
|
29
29
|
: `
|
|
30
|
-
window['__webpack_public_path__'] = '{{env.
|
|
30
|
+
window['__webpack_public_path__'] = '{{env.CDN_BASE_URL}}';
|
|
31
31
|
window['__nocobase_public_path__'] = '{{env.APP_PUBLIC_PATH}}';
|
|
32
32
|
window['__nocobase_api_base_url__'] = '{{env.API_BASE_URL}}';
|
|
33
33
|
window['__nocobase_api_client_storage_prefix__'] = '{{env.API_CLIENT_STORAGE_PREFIX}}';
|
package/dist/client/index.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>Loading...</title>
|
|
7
7
|
<link rel="stylesheet" href="/global.css">
|
|
8
8
|
<script>
|
|
9
|
-
window['__webpack_public_path__'] = '
|
|
9
|
+
window['__webpack_public_path__'] = '';
|
|
10
10
|
window['__nocobase_public_path__'] = '/';
|
|
11
11
|
window['__nocobase_api_base_url__'] = '/api/';
|
|
12
12
|
window['__nocobase_api_client_storage_prefix__'] = 'NOCOBASE_';
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.cc111fee.js"></script>
|
|
23
23
|
|
|
24
24
|
</body></html>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>Loading...</title>
|
|
7
7
|
<link rel="stylesheet" href="{{env.APP_PUBLIC_PATH}}global.css">
|
|
8
8
|
<script>
|
|
9
|
-
window['__webpack_public_path__'] = '{{env.
|
|
9
|
+
window['__webpack_public_path__'] = '{{env.CDN_BASE_URL}}';
|
|
10
10
|
window['__nocobase_public_path__'] = '{{env.APP_PUBLIC_PATH}}';
|
|
11
11
|
window['__nocobase_api_base_url__'] = '{{env.API_BASE_URL}}';
|
|
12
12
|
window['__nocobase_api_client_storage_prefix__'] = '{{env.API_CLIENT_STORAGE_PREFIX}}';
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.cc111fee.js"></script>
|
|
23
23
|
|
|
24
24
|
</body></html>
|