feat:修改

This commit is contained in:
2026-05-19 19:26:41 +08:00
parent 4434480f32
commit 2030e68ff9
12 changed files with 1554 additions and 921 deletions

View File

@@ -26,6 +26,14 @@ export default defineConfig({
'/l2': {
target: 'http://localhost:3000',
changeOrigin: true
},
'/wms': {
target: 'http://localhost:3000',
changeOrigin: true
},
'/oee': {
target: 'http://localhost:3000',
changeOrigin: true
}
}
}