fix: 堆垛机联调

This commit is contained in:
2024-03-18 08:45:37 +08:00
parent f4e14eb6ba
commit 0783af09c2
19 changed files with 380 additions and 285 deletions

View File

@@ -1,9 +1,9 @@
window.g = {
dev: {
VUE_APP_BASE_API: 'http://192.168.101.1:8011'
VUE_APP_BASE_API: 'http://127.0.0.1:8011'
},
prod: {
VUE_APP_BASE_API: 'http://192.168.101.1:8011'
VUE_APP_BASE_API: 'http://127.0.0.1:8011'
}
}