Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
huaxin-rq
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
耿迪迪
huaxin-rq
Commits
9d8d940c
Commit
9d8d940c
authored
Aug 01, 2026
by
纪泽龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
地图图标更新,地图位置优化
parent
574c9f24
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
7 deletions
+19
-7
newCz.png
huaxin-web/src/assets/indexImg/newCz.png
+0
-0
newFm.png
huaxin-web/src/assets/indexImg/newFm.png
+0
-0
newGsUser.png
huaxin-web/src/assets/indexImg/newGsUser.png
+0
-0
newTyx.png
huaxin-web/src/assets/indexImg/newTyx.png
+0
-0
deviceIconTypeConfig.js
huaxin-web/src/utils/mapClass/deviceIconTypeConfig.js
+16
-4
Ind.vue
huaxin-web/src/views/bigWindow/Ind3/Ind.vue
+3
-3
No files found.
huaxin-web/src/assets/indexImg/newCz.png
0 → 100644
View file @
9d8d940c
2.52 KB
huaxin-web/src/assets/indexImg/newFm.png
0 → 100644
View file @
9d8d940c
2.11 KB
huaxin-web/src/assets/indexImg/newGsUser.png
0 → 100644
View file @
9d8d940c
2.02 KB
huaxin-web/src/assets/indexImg/newTyx.png
0 → 100644
View file @
9d8d940c
2.37 KB
huaxin-web/src/utils/mapClass/deviceIconTypeConfig.js
View file @
9d8d940c
/*
* @Author: 纪泽龙 jizelong@qq.com
* @Date: 2026-06-17 16:54:14
* @LastEditors: 纪泽龙 jizelong@qq.com
* @LastEditTime: 2026-08-01 09:28:41
* @FilePath: /huaxin-web/src/utils/mapClass/deviceIconTypeConfig.js
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
//设备类型
export
const
deviceType
=
{
"regulatorBox"
:
1
,
...
...
@@ -8,11 +16,15 @@ export const deviceType = {
//设备图标
export
const
deviceIcon
=
{
1
:
require
(
"@/assets/indexImg/mapTyx.png"
),
2
:
require
(
"@/assets/indexImg/mapFmj.png"
),
3
:
require
(
"@/assets/indexImg/mapCz.png"
),
// 1: require("@/assets/indexImg/mapTyx.png"),
1
:
require
(
"@/assets/indexImg/newTyx.png"
),
// 2: require("@/assets/indexImg/mapFmj.png"),
2
:
require
(
"@/assets/indexImg/newFm.png"
),
// 3: require("@/assets/indexImg/mapCz.png"),
3
:
require
(
"@/assets/indexImg/newCz.png"
),
4
:
require
(
"@/assets/indexImg/monitorDeviceAlarm.gif"
),
5
:
require
(
"@/assets/indexImg/gongye.png"
)
// 5: require("@/assets/indexImg/gongye.png")
5
:
require
(
"@/assets/indexImg/newGsUser.png"
)
}
export
const
pipeColor
=
{
...
...
huaxin-web/src/views/bigWindow/Ind3/Ind.vue
View file @
9d8d940c
...
...
@@ -2,7 +2,7 @@
* @Author: 纪泽龙 jizelong@qq.com
* @Date: 2025-12-20 09:20:39
* @LastEditors: 纪泽龙 jizelong@qq.com
* @LastEditTime: 2026-0
4-07 10:25:15
* @LastEditTime: 2026-0
8-01 09:10:48
* @FilePath: /test-ranqi/src/views/Index.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
...
...
@@ -70,10 +70,10 @@ export default {
this
.
gaoMap
=
new
EditorMap
(
"gao-map-index"
,
{
center
:
[
11
8.071425
,
39.780639
],
center
:
[
11
7.96713
,
39.730938
],
// mapStyle: "amap://styles/806fa63f07c70b043867bd1f9a600981",
mapStyle
:
"amap://styles/f71d3a3d73e14f5b2bf5508bf1411758"
,
zoom
:
1
0.5
,
zoom
:
1
1.3
,
devicePicData
:
deviceIcon
,
pipeColor
:
pipeColor
,
},
...
...
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