Skip to content
Snippets Groups Projects
Commit 171a1125 authored by 马xxxx's avatar 马xxxx
Browse files

fix: 优化部分功能11

parent 2209e37e
No related branches found
Tags test-2.3.1
Loading
...@@ -75,9 +75,9 @@ export async function rubbishPageList(data: any) { ...@@ -75,9 +75,9 @@ export async function rubbishPageList(data: any) {
export async function twoMapData() { export async function twoMapData() {
return Promise.all([ return Promise.all([
request.get(handleGateway('/supervisoryCommand/obtainBidRange', '/element')), // 标段范围 request.get(handleGateway('/supervisoryCommand/obtainBidRange', '/element')), // 标段范围
// request.get(handleGateway('/supervisoryCommand/getPublicToiletPoint', '/element')), // 公厕 request.get(handleGateway('/supervisoryCommand/getPublicToiletPoint', '/element')), // 公厕
// request.get(handleGateway('/supervisoryCommand/getCollectionPoint', '/element')), //收集点 request.get(handleGateway('/supervisoryCommand/getCollectionPoint', '/element')), //收集点
// request.get(handleGateway('/supervisoryCommand/getTransshipmentSite', '/element')), //转运站 request.get(handleGateway('/supervisoryCommand/getTransshipmentSite', '/element')), //转运站
]) ])
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment