Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
digital-construction
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张牧越
digital-construction
Commits
d73c08a6
Commit
d73c08a6
authored
Apr 19, 2023
by
张牧越
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
扬尘噪音联调
parent
03f644c2
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
395 additions
and
159 deletions
+395
-159
dist.zip
dist.zip
+0
-0
index.js
src/api/index.js
+24
-1
Index.vue
src/components/noise/Index.vue
+160
-48
Index.vue
src/components/supervisory/Index.vue
+211
-110
No files found.
dist.zip
0 → 100644
View file @
d73c08a6
File added
src/api/index.js
View file @
d73c08a6
...
...
@@ -100,6 +100,14 @@ export function getVideoTreeData() {
method
:
'get'
,
})
}
export
function
getVideoLiveAddressUrl
(
cameraId
)
{
return
request
({
url
:
`/pweb/s/camera/liveaddress/
${
cameraId
}
`
,
method
:
'get'
,
})
}
// early-warning
export
function
getAIdata
()
{
...
...
@@ -151,3 +159,18 @@ export function getNoiseDeviceList(params) {
params
})
}
export
function
getCurrentMonitorStatis
()
{
return
request
({
url
:
'/pweb/s/env/basedata'
,
method
:
'get'
,
})
}
export
function
getWarningMessageList
(
params
)
{
return
request
({
url
:
'/pweb/s/env/warning/list'
,
method
:
'get'
,
params
})
}
src/components/noise/Index.vue
View file @
d73c08a6
This diff is collapsed.
Click to expand it.
src/components/supervisory/Index.vue
View file @
d73c08a6
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment