Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
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
海康威视
web-project
Commits
9beb28fd
Commit
9beb28fd
authored
Dec 17, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大屏模块修改
parent
49f5cb9a
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
252 additions
and
103 deletions
+252
-103
screenDisplay.js
src/api/screenDisplay.js
+25
-0
screenDisplay.vue
src/components/screenDisplay.vue
+227
-103
No files found.
src/api/screenDisplay.js
View file @
9beb28fd
//import {axios, base} from './request'
import
http
from
'./http'
import
httpTwo
from
'./httpTwo'
//登录获取token
// export const getToken = params => {
...
...
@@ -43,6 +44,30 @@ export const getForecast = params => {
console
.
log
(
error
);
})
}
//查询换热站灭火器卡片机照片轮播
export
const
getFireExtinguisherApi
=
item
=>
{
return
httpTwo
.
get
(
`/busFireExtinguisher/queryImgList?stationId=
${
item
.
stationId
}
`
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
}
//查询换热站温度告警数据
export
const
queryAlarmsImgList
=
item
=>
{
return
httpTwo
.
get
(
`/bustransfertemperaturealarm/queryAlarmsImgList?stationId=
${
item
.
stationId
}
`
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
}
//查询管道光纤测漏温度曲线统计图
export
const
getTemperatureStatisticsApi
=
item
=>
{
return
httpTwo
.
get
(
`/buspipelinetemperature/getTemperatureStatistics?stationId=
${
item
.
stationId
}
`
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
}
//查询换热站音频声波轮播
export
const
queryAudioUrlListApi
=
item
=>
{
return
httpTwo
.
get
(
`/buscirculatingpump/queryAudioUrlList?stationId=
${
item
.
stationId
}
`
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
}
export
const
getPlanIdApi
=
params
=>
{
return
http
.
post
(
`/api/HIK/getPlanId`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
...
...
src/components/screenDisplay.vue
View file @
9beb28fd
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