We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600b895 commit f423735Copy full SHA for f423735
client/.umirc.ts
@@ -1,9 +1,11 @@
1
import { defineConfig } from 'umi';
2
import routes from './src/config/routes';
3
-import { ANTD_VERSION, GI_SDK_APP_VERSION } from './src/constants/index';
4
5
process.env.MFSU_AD = 'none';
6
+export const ANTD_VERSION = '4.24.0';
7
+export const GI_SDK_APP_VERSION = '1.2.0';
8
+
9
export default defineConfig({
10
// only proxy when using `umi dev`
11
// if the assets are built, will not proxy
client/src/constants/index.ts
@@ -24,7 +24,4 @@ export const CONSOLE_LINKS = [
24
path: '/database',
25
},
26
];
27
-
28
-export const ANTD_VERSION = '4.24.0';
29
-export const GI_SDK_APP_VERSION = '1.2.0';
30
export const PROXY_HOST = `http://${window.location.hostname}:7001`;
0 commit comments