diff --git a/vue.config.js b/vue.config.js index 73d41a9..0db46bc 100644 --- a/vue.config.js +++ b/vue.config.js @@ -45,7 +45,7 @@ module.exports = defineConfig({ lintOnSave: !IS_PROD, productionSourceMap: false, // 如果你不需要生产环境的 source map,可以将其设置为 false 以加速生产环境构建。 devServer: { - port: 8080, // 端口 + port: 9093, // 端口 open: false, // 启动后打开浏览器 client: { overlay: {