This commit is contained in:
duan
2025-09-29 10:42:48 +08:00
parent 89db955ec1
commit 096f591123
80 changed files with 8735 additions and 3286 deletions

View File

@@ -33,13 +33,13 @@ export function tbPrintMachineGet(params) {
}
// 打印机部分
export function tbShopCategoryget(params) {
return request({
url: '/api/tbShopCategory',
method: 'get',
params
})
}
// export function tbShopCategoryget(params) {
// return request({
// url: '/api/tbShopCategory',
// method: 'get',
// params
// })
// }
// 修改打印机状态
export function shopConfigprinter(data) {
return request({