Revert "功能:摄像头页面增加区域选择器"

This reverts commit 84ec762d09.
This commit is contained in:
2026-03-23 17:02:30 +08:00
parent 84ec762d09
commit 5182e81429
3 changed files with 1 additions and 70 deletions

View File

@@ -33,11 +33,6 @@ export default defineConfig(async () => {
changeOrigin: true,
target: 'http://127.0.0.1:8000',
},
// 区域列表 API -> 告警服务 :8000
'/api/area': {
changeOrigin: true,
target: 'http://127.0.0.1:8000',
},
// aiot/device/* -> WVP :18080按子路径分别 rewrite
// 注意:更具体的路径必须写在通配路径前面