From 1b838d06de8fe6d7b30614c24e5392ee3e72fb00 Mon Sep 17 00:00:00 2001 From: zch Date: Fri, 15 Nov 2024 15:32:25 +0800 Subject: [PATCH] =?UTF-8?q?change(ruoyi-ui):=20=E4=BF=AE=E6=94=B9=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E7=AB=AF=E5=8F=A3=E4=B8=BA=209090?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 vue.config.js 中的默认端口从 8090 修改为 9090 --- ruoyi-ui/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/vue.config.js b/ruoyi-ui/vue.config.js index 63b19a4..bec080d 100644 --- a/ruoyi-ui/vue.config.js +++ b/ruoyi-ui/vue.config.js @@ -9,7 +9,7 @@ const CompressionPlugin = require('compression-webpack-plugin') const name = process.env.VUE_APP_TITLE || '赛轮智慧热电管理系统' // 网页标题 -const port = process.env.port || process.env.npm_config_port || 8090 // 端口 +const port = process.env.port || process.env.npm_config_port || 9090 // 端口 // vue.config.js 配置说明 //官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions