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
519d1794
Commit
519d1794
authored
Jul 29, 2024
by
qjeslks
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
7.29.6
parent
8e349143
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
home.vue
src/views/home.vue
+6
-2
No files found.
src/views/home.vue
View file @
519d1794
...
@@ -606,13 +606,15 @@ export default defineComponent({
...
@@ -606,13 +606,15 @@ export default defineComponent({
function
alarm
(){
function
alarm
(){
http
.
post
(
"/api/alarm/GetAlarmMsg"
,
AlarmInfo
.
value
).
then
((
result
)
=>
{
http
.
post
(
"/api/alarm/GetAlarmMsg"
,
AlarmInfo
.
value
).
then
((
result
)
=>
{
if
(
result
.
data
!==
null
&&
sta
.
value
===
0
){
if
(
result
.
data
!==
null
&&
sta
.
value
===
0
){
console
.
log
(
result
)
sta
.
value
=
1
;
sta
.
value
=
1
;
title
.
value
=
result
.
data
[
0
].
title
;
title
.
value
=
result
.
data
[
0
].
title
;
msg
.
value
=
result
.
data
[
0
].
msg
;
msg
.
value
=
result
.
data
[
0
].
msg
;
id
.
value
=
result
.
data
[
0
].
id
;
id
.
value
=
result
.
data
[
0
].
id
;
ElNotification
({
ElNotification
({
title
:
title
.
value
,
title
:
title
.
value
,
message
:
msg
.
value
,
dangerouslyUseHTMLString
:
true
,
message
:
msg
.
value
.
replace
(
'
\
n'
,
'<br />'
),
position
:
'bottom-right'
,
position
:
'bottom-right'
,
type
:
'error'
,
type
:
'error'
,
duration
:
0
,
duration
:
0
,
...
@@ -637,13 +639,15 @@ export default defineComponent({
...
@@ -637,13 +639,15 @@ export default defineComponent({
function
countalarm
(){
function
countalarm
(){
http
.
post
(
"/api/alarm/GetAlarmMsg"
,
AlarmInfo
.
value
).
then
((
result
)
=>
{
http
.
post
(
"/api/alarm/GetAlarmMsg"
,
AlarmInfo
.
value
).
then
((
result
)
=>
{
if
(
result
.
data
!==
null
&&
consta
.
value
===
0
){
if
(
result
.
data
!==
null
&&
consta
.
value
===
0
){
console
.
log
(
result
)
consta
.
value
=
1
;
consta
.
value
=
1
;
counttitle
.
value
=
result
.
data
[
1
].
title
;
counttitle
.
value
=
result
.
data
[
1
].
title
;
countmsg
.
value
=
result
.
data
[
1
].
msg
;
countmsg
.
value
=
result
.
data
[
1
].
msg
;
countid
.
value
=
result
.
data
[
1
].
id
;
countid
.
value
=
result
.
data
[
1
].
id
;
ElNotification
({
ElNotification
({
title
:
counttitle
.
value
,
title
:
counttitle
.
value
,
message
:
countmsg
.
value
,
dangerouslyUseHTMLString
:
true
,
message
:
countmsg
.
value
.
replace
(
'
\
n'
,
'<br />'
),
position
:
'bottom-right'
,
position
:
'bottom-right'
,
type
:
'error'
,
type
:
'error'
,
duration
:
0
,
duration
:
0
,
...
...
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