search results contain achievement and product

This commit is contained in:
cxc
2022-12-07 11:22:32 +08:00
parent 081ba02e40
commit 4ba7585aaa
17 changed files with 472 additions and 64 deletions

11
src/api/admin/count.js Normal file
View File

@ -0,0 +1,11 @@
import request from "@/utils/request";
export const updateCount = (name) =>
request({
url: "/app/map/handleReadCount",
method: "GET",
params: {
name,
type: "2",
},
});