From 36fa9090bae66c822822d82c2c85b3786797c978 Mon Sep 17 00:00:00 2001 From: haozq <1611483981@qq.com> Date: Mon, 15 Sep 2025 16:35:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vue.config.js b/vue.config.js index fd5f8d0..85a6722 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,14 +7,9 @@ function resolve(dir) { const CompressionPlugin = require('compression-webpack-plugin') - - const name = process.env.VUE_APP_TITLE || '博诺思公共微服务平台' // 网页标题 - const baseUrl = 'http://192.168.0.38:58080' // 后端接口 - - const port = process.env.port || process.env.npm_config_port || 80 // 端口 // vue.config.js 配置说明