diff --git a/wms-vue/src/components/dialog/KucunhuizongCallDialog.vue b/wms-vue/src/components/dialog/KucunhuizongCallDialog.vue index 3309221..7f7d12b 100644 --- a/wms-vue/src/components/dialog/KucunhuizongCallDialog.vue +++ b/wms-vue/src/components/dialog/KucunhuizongCallDialog.vue @@ -67,7 +67,7 @@ export default { console.log('发送的参数:', payload); // 调试用 - this.$axios.post('http://localhost:8080/zwwms/services/rest/rpcService/deductInventory', payload) + this.$axios.post('/zwwms/services/rest/rpcService/deductInventory', payload) .then(response => { this.$message.success('呼叫成功'); this.dialogVisible = false;