From cea04d63e19788a63ba4bd3a7e7f66d008c76b46 Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Mon, 9 Sep 2024 10:38:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E6=89=AB=E7=A0=81=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- framework/sdk-parent/frontend/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/sdk-parent/frontend/vue.config.js b/framework/sdk-parent/frontend/vue.config.js index bb53ac7b4e..e90b72d425 100644 --- a/framework/sdk-parent/frontend/vue.config.js +++ b/framework/sdk-parent/frontend/vue.config.js @@ -11,7 +11,7 @@ module.exports = defineConfig({ publicPath: "/", productionSourceMap: false, devServer: { - port: 5244, + port: 3000, client: { webSocketTransport: "sockjs", overlay: false,