Files
vue3-base/.env.development
LuRuiqian 39542b378f feat: 重构登录页面和API结构,添加动态菜单和路由权限控制
- 重构登录页面为简洁风格,移除动画角色,优化表单验证和错误提示
- 重新组织API模块结构,拆分为system和user子模块
- 添加动态菜单获取和路由权限控制功能
- 实现404页面和错误处理
- 更新环境配置文件,区分开发、测试和生产环境
- 优化请求拦截器,处理token和错误响应
- 添加菜单状态管理,支持动态路由生成和权限验证
- 更新主布局,支持动态菜单渲染和响应式设计
- 优化首页样式和组件结构
2026-04-17 11:44:50 +08:00

12 lines
211 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 开发环境配置
NODE_ENV=development
# 后端API基础地址代理用
VITE_API_BASE_URL=/api
# 系统名称
VITE_APP_TITLE=后台管理系统(开发版)
# 是否开启mock数据
VITE_USE_MOCK=true