fix:打印地址调整

This commit is contained in:
shijing 2025-02-25 14:11:50 +08:00
parent 70c6660196
commit 656ba3bcfa
1 changed files with 2 additions and 2 deletions

View File

@ -468,8 +468,8 @@ export default {
prints: {
name: "打印",
req: async function (data) {
return await http.post("http://localhost:8080/prints/", data);
// return await http.post("http://127.0.0.1:8080/prints/", data);
// return await http.post("http://localhost:8080/prints/", data);
return await http.post("http://127.0.0.1:8080/prints/", data);
},
},
ana:{