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
c584c60b
Commit
c584c60b
authored
Nov 08, 2023
by
heshihao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 项目优化
parent
cd1357fd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
public/aaa_map_json/city/130607.json
+0
-0
src/views/atlas/atlas.vue
+2
-2
No files found.
public/aaa_map_json/city/130607.json
0 → 100644
View file @
c584c60b
This diff is collapsed.
Click to expand it.
src/views/atlas/atlas.vue
View file @
c584c60b
...
...
@@ -53,7 +53,7 @@
</div>
<div
v-if=
"activeRouter == 3"
class=
" box-more"
>
<div
class=
"top-head-nav"
>
<
span
:class=
"[carrierActiveName == 1 ? 'active' : '']"
@
click=
"carrierActiveName = 1"
>
行政区
</span
>
<
!--
<span
:class=
"[carrierActiveName == 1 ? 'active' : '']"
@
click=
"carrierActiveName = 1"
>
行政区
</span>
--
>
<span
:class=
"[carrierActiveName == 2 ? 'active' : '']"
@
click=
"carrierActiveName = 2"
>
开发区
</span>
<span
:class=
"[carrierActiveName == 3 ? 'active' : '']"
@
click=
"carrierActiveName = 3"
>
产业园区
</span>
</div>
...
...
@@ -180,7 +180,7 @@ export default {
// 创新资源标签页
resourcesActiveName
:
1
,
// 载体标签页
carrierActiveName
:
1
,
carrierActiveName
:
2
,
currentPage
:
1
,
};
...
...
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