Commit 72950c19 authored by 王向前's avatar 王向前

首页

parent d6b7e845
...@@ -37,3 +37,10 @@ export function yjylQuery(query) { ...@@ -37,3 +37,10 @@ export function yjylQuery(query) {
data: query||{} data: query||{}
}) })
} }
export function gsQuery(query){
return request({
url:"jcsj/common/bm/queryGs",
method:"post",
data:query||{}
})
}
\ No newline at end of file
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