协议改成 http

This commit is contained in:
huangzhe
2025-07-31 16:35:08 +08:00
parent d292045c19
commit cf1f923ea0

View File

@@ -12,7 +12,7 @@ module.exports = {
outputDir: 'dist',
productionSourceMap: false,
devServer: {
https: true,
https: false,
host: '0.0.0.0',
disableHostCheck: true,
},