From 81ef1734547e3541fb9b79a344cb55f999cd0946 Mon Sep 17 00:00:00 2001 From: zhaichao Date: Thu, 10 Sep 2026 16:07:25 +0800 Subject: [PATCH] =?UTF-8?q?ip=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/vue.config.js b/frontend/vue.config.js index f3767b08..c1ec8752 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -9,7 +9,7 @@ const CompressionPlugin = require('compression-webpack-plugin') const name = process.env.VUE_APP_TITLE || '教学管理信息系统' // 网页标题 -const baseUrl = 'http://10.1.1.17:8080' // 后端接口 +const baseUrl = 'http://10.1.1.193:8080' // 后端接口 const port = 80 // 固定开发服务器端口,避免多实例端口混乱