mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
测试动态加载
This commit is contained in:
@@ -7,9 +7,9 @@ export default defineConfig({
|
||||
nodeModulesTransform: {
|
||||
type: 'none',
|
||||
},
|
||||
// antd: {
|
||||
// dark: true
|
||||
// },
|
||||
dynamicImport: {
|
||||
loading: '@/components/pageLoading',
|
||||
},
|
||||
fastRefresh: {},
|
||||
favicon: '/images/g5.ico',
|
||||
proxy: {
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
import { PageLoading } from '@ant-design/pro-layout';
|
||||
|
||||
export default PageLoading;
|
||||
Reference in New Issue
Block a user