mirror of
https://github.com/schroinerxy/cloud-mail.git
synced 2026-06-21 19:35:50 +08:00
修复浏览器无法初始化地址
This commit is contained in:
@@ -31,7 +31,13 @@ export default defineConfig(({mode}) => {
|
||||
}
|
||||
],
|
||||
},
|
||||
workbox: false
|
||||
workbox: {
|
||||
disableDevLogs: true,
|
||||
globPatterns: [],
|
||||
runtimeCaching: [],
|
||||
navigateFallback: null,
|
||||
cleanupOutdatedCaches: true,
|
||||
}
|
||||
}),
|
||||
AutoImport({
|
||||
resolvers: [ElementPlusResolver()],
|
||||
|
||||
@@ -60,8 +60,7 @@ const s3Service = {
|
||||
credentials: {
|
||||
accessKeyId: s3AccessKey,
|
||||
secretAccessKey: s3SecretKey,
|
||||
},
|
||||
forcePathStyle: true
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user