解决跨域问题

main
huojin\hj 2025-07-23 12:02:29 +08:00
parent 1a320152f3
commit 08299eabda
1 changed files with 1 additions and 1 deletions

View File

@ -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;