add:增加混碾满料接口,混碾工单增加任务下发和工单完成功能,物料维护增加泥料编码

This commit is contained in:
songxiaopeng
2024-03-22 17:31:58 +08:00
parent 78d983f50d
commit 53c13b2885
12 changed files with 219 additions and 10 deletions

View File

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