diff --git a/config/defaultSettings.ts b/config/defaultSettings.ts index bdc3c554b4cf84f7feb1ae1ef51c0cf3b97d9e62..4b2c53c6cc1aae1625d3457e3df95e65bccba10a 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;