refactor(domain): 将领域模型移动到common模块

重构项目结构,将分散在各模块的领域模型统一移动到manage-common模块
更新相关依赖和引用路径
调整docker-compose配置和测试标记
添加新的Playwright测试配置
优化Dockerfile构建过程
This commit is contained in:
张翔
2026-03-13 19:58:57 +08:00
parent 9aed900408
commit dc53a233b9
174 changed files with 11206 additions and 2296 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export default defineConfig({
port: 3001,
proxy: {
'/api': {
target: 'http://localhost:8080',
target: 'http://localhost:8084',
changeOrigin: true
}
}