494 B
494 B
Project Doing
2025-12-18
[Task 1] Global Message Component, API Encapsulation, and Login/Logout Integration
- Time: 2025-12-18
- Goal: Implement global message, encapsulate axios, and integrate login.
- Scope:
src/components/ui/WMessage.vue(Review/Update)package.json(Add axios)src/service/request/index.ts(Create)src/service/api/auth.ts(Create)src/stores/user.ts(Update)src/components/TheNavigation.vue(Update)