Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
Qingbaijiang Sanitation
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qingbaijiang
Qingbaijiang Sanitation
Commits
171a1125
An error occurred while fetching merge requests data.
Commit
171a1125
authored
2 months ago
by
马xxxx
Browse files
Options
Downloads
Patches
Plain Diff
fix: 优化部分功能11
parent
2209e37e
No related branches found
Branches containing commit
Tags
test-2.3.1
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/api/index.ts
+3
-3
3 additions, 3 deletions
src/api/index.ts
with
3 additions
and
3 deletions
src/api/index.ts
+
3
−
3
View file @
171a1125
...
@@ -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
'
)),
//转运站
])
])
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment