From 996759e60c2052fbab4b84cd188a183104ec5f02 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 25 Jul 2024 09:34:54 +0800 Subject: [PATCH] fix: --- src/views/wpm_gx/print.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); })