修改分组页面,新增名称重复校验及查询bug

This commit is contained in:
wyt 2025-09-04 11:05:00 +08:00
parent 981da72495
commit 66dbefca39
2 changed files with 1287 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -42,7 +42,7 @@ export default defineConfig(({ mode, command }) => {
},
// vite 相关配置
server: {
port: 80,
port: 82,
host: true,
open: true,
proxy: {