Commit 824da7c8 by zhaopanyu

zpy

parent 9b1de194
import request from "@/utils/request";
//提交投票
export function addTp(data) {
return request({
url: "/system/tpInfo/add",
method: "post",
data: data,
});
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment