This commit is contained in:
2026-09-10 16:07:25 +08:00
parent b7110ccc9a
commit 81ef173454
+1 -1
View File
@@ -9,7 +9,7 @@ const CompressionPlugin = require('compression-webpack-plugin')
const name = process.env.VUE_APP_TITLE || '教学管理信息系统' // 网页标题 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 // 固定开发服务器端口,避免多实例端口混乱 const port = 80 // 固定开发服务器端口,避免多实例端口混乱