Improve: optimize file name (with path) in box container. (#13124)

### What problem does this PR solve?

Refact: optimize file name (with path) in box container. 

### Type of change

- [x] Performance Improvement

<img width="2357" height="1258" alt="image"
src="https://github.com/user-attachments/assets/f4c5c90b-d885-4514-b7bc-f17ab62b045f"
/>
This commit is contained in:
Magicbook1108
2026-02-12 15:40:55 +08:00
committed by GitHub
parent e72291bc9a
commit e89fd686e2
2 changed files with 22 additions and 12 deletions

View File

@ -65,18 +65,11 @@ export default defineConfig(({ mode, command }) => {
overlay: false,
},
proxy: {
'/api/v1/admin': {
target: 'http://127.0.0.1:9381/',
changeOrigin: true,
ws: true,
},
'/api': {
target: 'http://127.0.0.1:9380/',
changeOrigin: true,
ws: true,
},
'/v1': {
target: 'http://127.0.0.1:9380/',
changeOrigin: true,