人才培养方案新增自动生成代号,代码

This commit is contained in:
2026-09-16 11:04:18 +08:00
parent bbf54c26a3
commit 490e1845f6
5 changed files with 104 additions and 13 deletions
+2 -2
View File
@@ -9,9 +9,9 @@ const CompressionPlugin = require('compression-webpack-plugin')
const name = process.env.VUE_APP_TITLE || '教学管理信息系统' // 网页标题
const baseUrl = 'http://127.10.0.193:8080' // 后端接口
const baseUrl = 'http://10.1.1.193:8080' // 后端接口
const port = 80 // 固定开发服务器端口,避免多实例端口混乱
const port = 1024 // 固定开发服务器端口,避免多实例端口混乱
// vue.config.js 配置说明
//官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions