Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
E
energyai_vue
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
葛齐林
energyai_vue
Commits
6139f743
Commit
6139f743
authored
Apr 20, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
0d7f87d9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
config.js
public/config.js
+2
-2
myPies.vue
src/pages/components/myPies.vue
+1
-1
page.vue
src/pages/home/page.vue
+5
-5
No files found.
public/config.js
View file @
6139f743
...
@@ -5,10 +5,10 @@ CONFIG.TITLE = 'AI节能管理系统'
...
@@ -5,10 +5,10 @@ CONFIG.TITLE = 'AI节能管理系统'
// 网络请求公用地址
// 网络请求公用地址
CONFIG
.
requestPath
=
'http://localhost:8046'
//
CONFIG.requestPath = 'http://localhost:8046'
// CONFIG.requestPath = 'http://10.20.72.31:8046'
// CONFIG.requestPath = 'http://10.20.72.31:8046'
//
CONFIG.requestPath = 'http://59.110.43.122:8046'
CONFIG
.
requestPath
=
'http://59.110.43.122:8046'
// 文件上传
// 文件上传
// CONFIG.urlPath = 'http://10.20.72.33/'
// CONFIG.urlPath = 'http://10.20.72.33/'
...
...
src/pages/components/myPies.vue
View file @
6139f743
...
@@ -96,7 +96,7 @@ export default {
...
@@ -96,7 +96,7 @@ export default {
},
},
textStyle
:
{
textStyle
:
{
fontSize
:
30
,
fontSize
:
30
,
color
:
'#
333
'
color
:
'#
F2637B
'
}
}
}
}
},
},
...
...
src/pages/home/page.vue
View file @
6139f743
...
@@ -9,9 +9,9 @@
...
@@ -9,9 +9,9 @@
<span>
系统运行时间
</span>
<span>
系统运行时间
</span>
</div>
</div>
<div
class=
"card-text"
v-if=
"dataList.systemRunningTime"
>
<div
class=
"card-text"
v-if=
"dataList.systemRunningTime"
>
<span>
{{
dataList
.
systemRunningTime
[
0
]
}}
</span
<span
style=
'color:#21ACFC;'
>
{{
dataList
.
systemRunningTime
[
0
]
}}
</span
><span
class=
"date-color"
style=
"font-size: 16px"
>
天
</span
><span
class=
"date-color"
style=
"font-size: 16px
;
"
>
天
</span
><span>
{{
dataList
.
systemRunningTime
[
1
]
}}
</span
><span
style=
'color:#21ACFC;'
>
{{
dataList
.
systemRunningTime
[
1
]
}}
</span
><span
class=
"date-color"
>
时
</span>
><span
class=
"date-color"
>
时
</span>
<!--
{{
dataList
.
systemRunningTime
}}
-->
<!--
{{
dataList
.
systemRunningTime
}}
-->
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<span>
报警总数
</span>
<span>
报警总数
</span>
</div>
</div>
<div
class=
"card-text"
>
<div
class=
"card-text"
>
<span>
{{
dataList
.
faultAlarm
}}
</span
<span
style=
'color:#F2637B;'
>
{{
dataList
.
faultAlarm
}}
</span
><span
class=
"date-color"
>
次
</span>
><span
class=
"date-color"
>
次
</span>
</div>
</div>
</div>
</div>
...
@@ -167,7 +167,7 @@
...
@@ -167,7 +167,7 @@
<chart
<chart
id=
"home"
id=
"home"
:data=
"data"
:data=
"data"
title=
"能耗统计
"
:title=
"activeIndex==0?'今日能耗统计':'本月能耗统计'
"
color=
"#21ACFC"
color=
"#21ACFC"
ref=
"chart"
ref=
"chart"
></chart>
></chart>
...
...
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