增加数签子功能和配置

This commit is contained in:
2025-12-25 18:48:04 +08:00
parent 448effd296
commit 21c667312f
9 changed files with 3020 additions and 2435 deletions

View File

@@ -0,0 +1,7 @@
import http from "@/http/http.js";
const request = http.request;
const urlType = "product";
export function stickCount(file, data) {
return http.upload(`${urlType}/admin/stick/count`,data,file)
}