40c720fdd7810742a5af2dd8abcd7f8958e1508a
- 移除旧的登录页面和计数器store,新增用户store管理登录状态 - 集成企业微信OAuth2.0登录流程,实现自动授权和token管理 - 重构路由守卫逻辑,支持角色权限控制和异常处理 - 优化HTTP请求模块,修复响应数据处理问题并增加取消请求处理 - 重写App.vue作为全局授权中心,添加加载状态和错误兜底界面 - 重构用户主页UI,采用现代化设计并优化表单交互 - 更新文件上传逻辑,确保与后端API兼容
superData
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) (and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
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
Languages
Vue
90%
JavaScript
8.9%
TypeScript
0.6%
HTML
0.5%