744 B
744 B
Ask Mode Rules (Non-Obvious Only)
Project Structure
- Vue 3 + Arco Design admin template with Pinia state management
- Vite config files located in
config/directory (not root)
Key Directories
src/api/- API layer with two axios instancessrc/views/ops/- Main business modules (kb, netarch, asset, etc.)src/router/guard/- Route guards including dynamic menu loadingsrc/store/modules/app/- App store with server menu fetching
Documentation References
- Arco Design Vue: https://arco.design/vue
- Vue Flow (for topology): https://vueflow.dev/
API Patterns
- Use
request.tsfor workspace-aware requests - Use
interceptor.tsfor standard Bearer token auth