fix:打印地址调整
This commit is contained in:
parent
70c6660196
commit
656ba3bcfa
|
@ -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:{
|
||||
|
|
Loading…
Reference in New Issue