lbw_9527443 40c720fdd7 feat: 重构前端架构并实现企业微信登录集成
- 移除旧的登录页面和计数器store,新增用户store管理登录状态
- 集成企业微信OAuth2.0登录流程,实现自动授权和token管理
- 重构路由守卫逻辑,支持角色权限控制和异常处理
- 优化HTTP请求模块,修复响应数据处理问题并增加取消请求处理
- 重写App.vue作为全局授权中心,添加加载状态和错误兜底界面
- 重构用户主页UI,采用现代化设计并优化表单交互
- 更新文件上传逻辑,确保与后端API兼容
2026-03-20 10:29:22 +08:00

superData

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build
Description
No description provided
Readme 214 KiB
Languages
Vue 90%
JavaScript 8.9%
TypeScript 0.6%
HTML 0.5%