From 9d864982e7a41e05c6591d0e8655973c4f014b81 Mon Sep 17 00:00:00 2001 From: LHD_HY <2872546851@qq.com> Date: Fri, 24 Oct 2025 18:38:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E7=BB=A9=E5=BA=93=E5=A2=9E=E5=88=A0?= =?UTF-8?q?=E6=94=B9=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 8a88747..952a967 100644 --- a/vue.config.js +++ b/vue.config.js @@ -9,8 +9,8 @@ const CompressionPlugin = require('compression-webpack-plugin') const name = process.env.VUE_APP_TITLE || '智能投标系统' // 网页标题 -const baseUrl = 'http://localhost:8080' // 后端接口 -// const baseUrl = 'http://192.168.0.39:8080' +// const baseUrl = 'http://localhost:8080' // 后端接口 +const baseUrl = 'http://192.168.0.39:8080' const port = process.env.port || process.env.npm_config_port || 80 // 端口