1. 管理后台 (fund-admin): - src/api/auth.ts: 登录请求自动添加默认租户ID (tenantId: 1) - src/views/login/index.vue: 优化 MD5 加密注释 2. 移动端 (fund-mobile): - src/api/index.ts: 登录 API 自动添加默认租户ID (tenantId: 1) 3. 系统服务 (fund-sys): - 新增 AuthControllerIntegrationTest.java: 登录接口集成测试 - 验证登录请求格式和响应格式的正确性 - 演示完整的登录流程(需要数据库支持) 4. 依赖更新: - fund-admin/package-lock.json - fund-mobile/package-lock.json 技术细节: - 解决后端要求 tenantId 必填导致的 400 错误 - 前后端一致的租户ID 默认值处理 - 端到端登录流程验证
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.