1. 机关教学日志2.新增全局表格横向拖拽滚动指令3.学员模块

This commit is contained in:
2026-08-23 15:10:56 +08:00
parent df7800f001
commit d20c490c74
11 changed files with 1922 additions and 52 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const CompressionPlugin = require('compression-webpack-plugin')
const name = process.env.VUE_APP_TITLE || '教学管理信息系统' // 网页标题
const baseUrl = 'http://10.1.1.157:8080' // 后端接口
const baseUrl = 'http://10.1.1.17:8080' // 后端接口
const port = 80 // 固定开发服务器端口,避免多实例端口混乱