import Api from "~/service/Api" export function queryByPage(data) { return Api.post("/manager/gimgse/queryByPage", data) }