Commit Graph

6 Commits

Author SHA1 Message Date
X1627315083
fd6d61a44a 调整部分报错 2025-06-20 13:21:45 +08:00
bighuixiang
9d6844c9fd fix: 修改路由配置,改成直接导入 2025-06-19 11:29:33 +08:00
bighuixiang
9ef77450ba refactor: update GlobalComponents in components.d.ts to include ABreadcrumb, AMenu, AMenuItem, and ASubMenu; remove APagination, AProgress, ATabPane, and ATabs 2025-06-18 23:01:52 +08:00
bighuixiang
3aa56c1c3f refactor: clean up HomeView.vue and update Vite config
- Reformatted imports in HomeView.vue for better readability.
- Removed unnecessary comments and improved component structure.
- Updated styles in HomeView.vue for consistency.
- Removed input path from rollupOptions in vite.config.js.
2025-06-18 22:57:10 +08:00
bighuixiang
88866d9ea4 refactor: Improve code formatting and structure in main.ts and Login.vue
- Standardized import statements in main.ts for better readability.
- Enhanced the structure of the Vue component in Login.vue for improved clarity.
- Updated event handling and state management in Login.vue.
- Adjusted CSS styles for consistency and better organization.
2025-06-18 21:47:27 +08:00
bighuixiang
3a52cc1e53 refactor: migrate from Vue CLI to Vite, update WebSocket handling, and clean up configuration
- Replaced vue.config.js with vite.config.js for Vite setup.
- Updated WebSocket implementation in webSocket.js for improved readability and performance.
- Removed unnecessary comments and cleaned up code formatting.
- Configured Vite plugins for auto-imports, SVG icons, and component resolution.
- Set up proxy configurations for API endpoints in Vite.
2025-06-18 14:31:35 +08:00