fix:打印接口声明

This commit is contained in:
shijing 2024-07-25 10:07:51 +08:00
parent 996759e60c
commit 29c6989d50
1 changed files with 2 additions and 1 deletions

View File

@ -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);
},
},
};