mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
测试动态加载
This commit is contained in:
parent
43773222f8
commit
f17642b243
|
@ -7,9 +7,9 @@ export default defineConfig({
|
|||
nodeModulesTransform: {
|
||||
type: 'none',
|
||||
},
|
||||
// antd: {
|
||||
// dark: true
|
||||
// },
|
||||
dynamicImport: {
|
||||
loading: '@/components/pageLoading',
|
||||
},
|
||||
fastRefresh: {},
|
||||
favicon: '/images/g5.ico',
|
||||
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