diff --git a/src/views/wpm_gx/print.vue b/src/views/wpm_gx/print.vue index 62634aec..fa52432f 100644 --- a/src/views/wpm_gx/print.vue +++ b/src/views/wpm_gx/print.vue @@ -59,7 +59,7 @@ export default { formData.append("printer_name", "GP-3150TN"); // 添加其他字段 // 发送 POST 请求 - http.post("http://localhost:8080/print/", formData) + http.post("http://localhost:8080/prints/", formData) .then((response) => { console.log("postRes", response); })