@nocobase/app 2.0.0-beta.7 → 2.0.0-beta.9

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 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.APP_PUBLIC_PATH}}';
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}}';
@@ -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.3595444f.js"></script>
22
+ <script src="/umi.67dbd627.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.APP_PUBLIC_PATH}}';
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.3595444f.js"></script>
22
+ <script src="/umi.67dbd627.js"></script>
23
23
 
24
24
  </body></html>