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
21c94cae
Commit
21c94cae
authored
Apr 06, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
caba2b06
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
3 deletions
+15
-3
config.js
public/config.js
+2
-2
el-icon-snjfg.png
src/assets/icon/el-icon-snjfg.png
+0
-0
el-icon-snjfg2.png
src/assets/icon/el-icon-snjfg2.png
+0
-0
theme.scss
src/assets/style/theme/theme.scss
+10
-0
index.vue
src/pages/eq/view/index.vue
+2
-1
index.vue
src/pages/sys/point/index.vue
+1
-0
No files found.
public/config.js
View file @
21c94cae
...
@@ -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/assets/icon/el-icon-snjfg.png
0 → 100644
View file @
21c94cae
5.96 KB
src/assets/icon/el-icon-snjfg2.png
0 → 100644
View file @
21c94cae
16.3 KB
src/assets/style/theme/theme.scss
View file @
21c94cae
...
@@ -2564,3 +2564,13 @@
...
@@ -2564,3 +2564,13 @@
font-size
:
16px
;
font-size
:
16px
;
}
}
.el-icon-snjfg
{
background
:
url(~@/assets/icon/el-icon-snjfg.png)
center
no-repeat
;
height
:
40px
;
width
:
40px
;
background-size
:
100%
;
}
.el-icon-snjfg
:before
{
content
:
""
;
font-size
:
16px
;
}
\ No newline at end of file
src/pages/eq/view/index.vue
View file @
21c94cae
...
@@ -48,7 +48,8 @@
...
@@ -48,7 +48,8 @@
</el-col>
</el-col>
<el-col :md='10' :sm="5">
<el-col :md='10' :sm="5">
<div style="float:right;">
<div style="float:right;">
<div :class="item.value" style="margin:5px 5px 0 0;" :title="item.name" v-for="item in iconNameListBottom" @click="iconClick(item)"></div>
//- 图标过滤
//- <div :class="item.value" style="margin:5px 5px 0 0;" :title="item.name" v-for="item in iconNameListBottom" @click="iconClick(item)"></div>
</div>
</div>
</el-col>
</el-col>
</el-row>
</el-row>
...
...
src/pages/sys/point/index.vue
View file @
21c94cae
...
@@ -302,6 +302,7 @@ export default {
...
@@ -302,6 +302,7 @@ export default {
}
}
},
},
mapClick
(
feature
,
item
,
flag
)
{
mapClick
(
feature
,
item
,
flag
)
{
console
.
log
(
item
,
11
)
//默认样式
//默认样式
let
style
=
this
.
getPointStyle
(
item
.
imageSrc
+
'.png'
,
item
.
name
)
let
style
=
this
.
getPointStyle
(
item
.
imageSrc
+
'.png'
,
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