diff --git a/config/defaultSettings.ts b/config/defaultSettings.ts index bdc3c554..4b2c53c6 100644 --- a/config/defaultSettings.ts +++ b/config/defaultSettings.ts @@ -55,6 +55,6 @@ export default { locale: true, }, title: 'Ant Design Pro', - pwa: true, + pwa: false, iconfontUrl: '', } as DefaultSettings;