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
68aa4f39
Commit
68aa4f39
authored
Jul 28, 2024
by
王亚晖
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改远程控制
parent
03132b72
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
47 additions
and
6 deletions
+47
-6
config.js
public/config.js
+4
-4
index.js
src/router/index.js
+7
-0
YOY.vue
src/views/HandlerPage/YOY.vue
+3
-0
TransControlPage.vue
src/views/RemotePage/TransControlPage.vue
+33
-2
No files found.
public/config.js
View file @
68aa4f39
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/router/index.js
View file @
68aa4f39
...
...
@@ -194,6 +194,13 @@ const routes = [
meta
:
{
title
:
'用量环比'
}
},{
path
:
'/Handler/YOYView'
,
name
:
'YOYView'
,
component
:
()
=>
import
(
'@/views/HandlerPage/YOY.vue'
),
meta
:
{
title
:
'用量同比'
}
},{
path
:
'/HeatAnalysis'
,
name
:
'HeatAnalysisPage'
,
...
...
src/views/HandlerPage/YOY.vue
0 → 100644
View file @
68aa4f39
<
template
>
用量同比
</
template
>
\ No newline at end of file
src/views/RemotePage/TransControlPage.vue
View file @
68aa4f39
<
template
>
换热站远程控制
</
template
>
\ No newline at end of file
<el-card
class=
"card-contianer"
>
<div
class=
"div-header"
>
<el-form-item
label=
"换热机组:"
>
<el-cascader
:options=
"options"
v-model=
"HistransferInfo.id"
:props=
"props"
collapse-tags
clearable
:show-all-levels=
"false"
placeholder=
"请选择"
style=
"min-width: 210px;"
/>
<!--
<el-select
v-model=
"HistransferInfo.id"
multiple=
"true"
collapse-tags
placeholder=
"请选择"
style=
"width: 170px"
@
change=
"checkAge"
>
<el-option
v-for=
"item in options"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
:disabled=
"item.disabled"
/>
</el-select>
-->
</el-form-item>
</div>
</el-card>
</
template
>
<
script
>
</
script
>
<
style
lang=
"less"
scoped
>
.card-contianer {
width: auto;
height: 70px;
.div-header {
width: 100%;
display: flex;
margin: 20px;
}
}
</
style
>
\ No newline at end of file
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