fix snmp链路测试
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Architect Mode Rules (Non-Obvious Only)
|
||||
|
||||
## Development Constraints
|
||||
|
||||
- Code is not deployed yet; do not spend effort preserving backward compatibility with old code.
|
||||
|
||||
## Architecture Overview
|
||||
|
||||
- Vue 3 SPA with dynamic route loading from server
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
# Code Mode Rules (Non-Obvious Only)
|
||||
|
||||
## Development Constraints
|
||||
|
||||
- Code is not deployed yet; do not spend effort preserving backward compatibility with old code.
|
||||
|
||||
## API Layer
|
||||
|
||||
- Two axios instances exist: [`request.ts`](src/api/request.ts) (custom with workspace header) and [`interceptor.ts`](src/api/interceptor.ts) (global with Bearer token). Choose based on whether you need workspace support.
|
||||
|
||||
Reference in New Issue
Block a user