You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
# 生产环境配置
|
feat: setup core architecture (router, pinia, axios, permission)
- Vue Router 4 with navigation guards and dynamic route loading
- Pinia stores for user, permission, and app state management
- Axios API layer with request/response interceptors
- Permission control (v-hasPermi, v-hasRole directives)
- Utility functions (auth, validate, permission)
- Layout component with sidebar, navbar, and breadcrumbs
- Error pages (401, 404) and redirect view
- Login API integration with user store
3 weeks ago
|
|
|
VITE_APP_BASE_API=/prod-api
|
|
|
|
|
VITE_APP_TITLE=RuoYi 管理系统
|