mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-30 04:46:13 +08:00
测试动态加载
This commit is contained in:
parent
260c1ed4a4
commit
d537901f59
|
@ -7,9 +7,9 @@ export default defineConfig({
|
||||||
nodeModulesTransform: {
|
nodeModulesTransform: {
|
||||||
type: 'none',
|
type: 'none',
|
||||||
},
|
},
|
||||||
// antd: {
|
dynamicImport: {
|
||||||
// dark: true
|
loading: '@/components/pageLoading',
|
||||||
// },
|
},
|
||||||
fastRefresh: {},
|
fastRefresh: {},
|
||||||
favicon: '/images/g5.ico',
|
favicon: '/images/g5.ico',
|
||||||
proxy: {
|
proxy: {
|
||||||
|
|
3
src/components/pageLoading.tsx
Normal file
3
src/components/pageLoading.tsx
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
import { PageLoading } from '@ant-design/pro-layout';
|
||||||
|
|
||||||
|
export default PageLoading;
|
Loading…
Reference in New Issue
Block a user