Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mancheng_code
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanxiao
mancheng_code
Commits
1e8128b1
Commit
1e8128b1
authored
Nov 01, 2023
by
heshihao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 百度地图中心点修改
parent
d17b8b04
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/views/atlas/pages/enterprise.vue
+3
-3
No files found.
src/views/atlas/pages/enterprise.vue
View file @
1e8128b1
...
...
@@ -75,7 +75,7 @@
<baidu-map
v-if=
"mode == 'map'"
class=
"bm-view"
:center=
"
{ lng: '11
2.80 ', lat: '35.600
5' }"
:center=
"
{ lng: '11
5.32 ', lat: '38.9
5' }"
:zoom="10"
ak="tZT2SxRwIIig1eO8z0IgZaYfArwRdunb"
:scroll-wheel-zoom="true"
...
...
@@ -118,7 +118,7 @@
<div
class=
"chart"
ref=
"chartGraph"
></div>
</div>
<div
class=
"chart-box"
v-if=
"mode == 'chain'"
>
<div
class=
"card"
v-if=
"industry_id == 2"
>
<
!--
<
div
class=
"card"
v-if=
"industry_id == 2"
>
<p
:class=
"[activeChain == '光通讯' ? 'active' : '']"
@
click=
"changeChain('光通讯')"
>
光通讯
</p>
...
...
@@ -131,7 +131,7 @@
<p
:class=
"[activeChain == '工业机器人' ? 'active' : '']"
@
click=
"changeChain('工业机器人')"
>
工业机器人
</p>
</div>
</div>
-->
<ul
class=
"Industrial-chain"
>
<li
:class=
"['top_chain', industry_id == 2 ? 'have' : '']"
>
<div
class=
"chain_head"
>
上游
</div>
...
...
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