解决跨域问题
parent
1a320152f3
commit
08299eabda
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue