Commit 0f15f49b authored by zhanglw's avatar zhanglw

x

parent 39decde7
...@@ -41,6 +41,19 @@ export const HttpReq = { ...@@ -41,6 +41,19 @@ export const HttpReq = {
}, },
// web端接口列表 // web端接口列表
webClientApi: { webClientApi: {
getStatic: function(params) {
return request({
url: 'api/static?' + qs.stringify(params, { indices: false }),
method: 'get'
})
},
population: function(params) {
return request({
url: 'api/population?' + qs.stringify(params, { indices: false }),
method: 'get'
})
},
api: null
} }
} }
This diff is collapsed.
...@@ -229,7 +229,7 @@ export default { ...@@ -229,7 +229,7 @@ export default {
this.itemparam = query.item this.itemparam = query.item
} }
this.QueryDataStart() // this.QueryDataStart()
}, },
// 点击搜索 // 点击搜索
......
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