From 03b37b5686e9ceb8fe82b1962b1275415a25aee2 Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Wed, 3 Sep 2025 11:13:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8E=A5=E5=8F=A3=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vue.config.js b/vue.config.js index 4d3d4cf..46985a1 100644 --- a/vue.config.js +++ b/vue.config.js @@ -10,6 +10,7 @@ const CompressionPlugin = require('compression-webpack-plugin') const name = process.env.VUE_APP_TITLE const baseUrl = 'http://localhost:8080' // 后端接口 +//const baseUrl = 'http://192.168.0.108:8080' // 后端接口 zzl const port = process.env.port || process.env.npm_config_port || 80 // 端口