修复浏览器无法初始化地址
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({
|
AutoImport({
|
||||||
resolvers: [ElementPlusResolver()],
|
resolvers: [ElementPlusResolver()],
|
||||||
|
|||||||
@@ -60,8 +60,7 @@ const s3Service = {
|
|||||||
credentials: {
|
credentials: {
|
||||||
accessKeyId: s3AccessKey,
|
accessKeyId: s3AccessKey,
|
||||||
secretAccessKey: s3SecretKey,
|
secretAccessKey: s3SecretKey,
|
||||||
},
|
}
|
||||||
forcePathStyle: true
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user