库存总览初版大屏

This commit is contained in:
jhd
2026-05-25 18:12:10 +08:00
parent 2030e68ff9
commit f07080397d
14 changed files with 1850 additions and 520 deletions

View File

@@ -12,27 +12,27 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://localhost:3000',
target: 'http://localhost:8080',
changeOrigin: true
},
'/da': {
target: 'http://localhost:3000',
target: 'http://localhost:8080',
changeOrigin: true
},
'/pocket': {
target: 'http://localhost:3000',
target: 'http://localhost:8080',
changeOrigin: true
},
'/l2': {
target: 'http://localhost:3000',
target: 'http://localhost:8080',
changeOrigin: true
},
'/wms': {
target: 'http://localhost:3000',
target: 'http://localhost:8080',
changeOrigin: true
},
'/oee': {
target: 'http://localhost:3000',
target: 'http://localhost:8080',
changeOrigin: true
}
}