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
d16f513a
Commit
d16f513a
authored
Aug 06, 2024
by
王亚晖
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完成节假日参数组界面
parent
4d22cd56
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
182 additions
and
52 deletions
+182
-52
config.js
public/config.js
+4
-4
HolidayControl.vue
src/components/Remote/HolidayControl.vue
+177
-47
TransferRegControl.vue
src/components/Remote/TransferRegControl.vue
+1
-1
No files found.
public/config.js
View file @
d16f513a
export
const
ExternalSERVEICE
=
'http://218.69.97.198:8001'
export
const
WithinSERVEICE
=
'http://192.168.1.252:8001'
//
export const ExternalSERVEICE='http://localhost:5013'
//
export const WithinSERVEICE='http://localhost:5013'
//
export const ExternalSERVEICE='http://218.69.97.198:8001'
//
export const WithinSERVEICE='http://192.168.1.252:8001'
export
const
ExternalSERVEICE
=
'http://localhost:5013'
export
const
WithinSERVEICE
=
'http://localhost:5013'
export
const
CURRLOGO
=
"LOGO_gangyi.png"
src/components/Remote/HolidayControl.vue
View file @
d16f513a
This diff is collapsed.
Click to expand it.
src/components/Remote/TransferRegControl.vue
View file @
d16f513a
...
...
@@ -355,7 +355,7 @@
writeValue
+=
"JDSecondInletTemp:"
+
element
.
jdSecondInletTemp
+
";"
;
}
console
.
log
(
element
.
secCriclePumpAutoOrManual
);
//
console.log(element.secCriclePumpAutoOrManual);
var
result
=
await
http
.
post
(
'/api/remote/WriteTransfer'
,
{
"TransferId"
:
element
.
transferId
,
"WriteValues"
:
writeValue
,
"PanelType"
:
1
});
if
(
result
.
success
){
ElMessage
.
success
(
element
.
transferName
+
" "
+
result
.
data
);
...
...
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