fix:打印接口声明
This commit is contained in:
parent
996759e60c
commit
29c6989d50
|
@ -369,7 +369,8 @@ export default {
|
|||
prints: {
|
||||
name: "打印",
|
||||
req: async function (data) {
|
||||
return await http.post(`${config.API_URL}/print/`, data);
|
||||
return await http.post(`${config.API_URL}/prints/`, data);
|
||||
// return await http.post("http://localhost:8080/prints/", data);
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue