Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
C
crsf-ptvue
Project
Project
Details
Activity
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
wuhan
crsf-ptvue
Commits
3d3e4116
Commit
3d3e4116
authored
Nov 24, 2021
by
dxw
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of gitlab.suntrayoa.com:wuhan/crsf-ptvue into dev
parents
a70b4175
c9cbfee6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
config.js
public/config.js
+1
-1
index.vue
src/pages/routes/analysis/alarmAnalysis/index.vue
+4
-4
No files found.
public/config.js
View file @
3d3e4116
...
...
@@ -5,7 +5,7 @@ CONFIG.TITLE = '轨道交通后台管理系统'
// 网络请求公用地址
CONFIG
.
requestPath
=
'http://
localhost
:8046'
CONFIG
.
requestPath
=
'http://
192.168.0.117
:8046'
// CONFIG.requestPath = 'http://10.20.72.34:8046'
// CONFIG.requestPath = 'http://10.20.72.35:8046'
...
...
src/pages/routes/analysis/alarmAnalysis/index.vue
View file @
3d3e4116
...
...
@@ -36,9 +36,9 @@ el-container(style="padding:0px;" :style="{height:currentHeight+40+'px'}")
div.div_width
font.font_num_bottom
{{
dayalarmData
[
1
].
video
||
0
}}
font.font_str_bottom 视频监控报警数
div.div_width
font.font_num_bottom
{{
dayalarmData
[
1
].
safety
||
0
}}
font.font_str_bottom 安全检查报警数
//-
div.div_width
//-
font.font_num_bottom
{{
dayalarmData
[
1
].
safety
||
0
}}
//-
font.font_str_bottom 安全检查报警数
div.div_width
font.font_num_bottom
{{
dayalarmData
[
1
].
gate
||
0
}}
font.font_str_bottom 出入口控制报警数
...
...
@@ -424,7 +424,7 @@ export default {
}
}).
then
((
data
)
=>
{
if
(
data
&&
data
.
code
===
0
)
{
this
.
subSystemAlarmData
.
itemData
=
data
.
result
this
.
subSystemAlarmData
.
itemData
=
data
.
result
.
filter
(
i
=>
{
return
i
.
name
!=
'安全检查'
})
this
.
subSystemAlarmData
.
legendData
=
data
.
result
.
map
((
item
)
=>
{
return
item
.
name
})
...
...
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