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
6983fbe2
Commit
6983fbe2
authored
Sep 25, 2023
by
hanxiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
放开页面权限
parent
47a75f70
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
15 deletions
+20
-15
src/components/Header.vue
+6
-1
src/views/atlas/atlas.vue
+12
-12
src/views/atlas/pages/policy.vue
+2
-2
No files found.
src/components/Header.vue
View file @
6983fbe2
...
...
@@ -139,7 +139,12 @@ export default {
methods
:
{
handleSelect
(
key
)
{
//2023.7.31隐藏除产业图谱其他的入口
if
(
key
==
"atlas"
)
{
if
(
key
===
"atlas"
||
key
===
"radar"
||
key
===
"map"
||
key
===
"portrait"
)
{
this
.
activeIndex
=
key
;
if
(
this
.
$route
.
name
!==
key
)
{
this
.
$router
.
push
({
name
:
key
});
...
...
src/views/atlas/atlas.vue
View file @
6983fbe2
...
...
@@ -54,18 +54,18 @@
>
创新平台
</span
>
</div>
<School
<
!--
<
School
v-if=
"resourcesActiveName == 1"
:industry_id=
"industry_id"
:industry_level=
"industry_level"
:select_flag=
"1"
/>
<Platform
/>
-->
<
!--
<
Platform
v-if=
"resourcesActiveName == 2"
:industry_id=
"industry_id"
:industry_level=
"industry_level"
:select_flag=
"3"
/>
/>
-->
</div>
<div
v-if=
"activeRouter == 3"
class=
" box-more"
>
<div
class=
"top-head-nav"
>
...
...
@@ -85,24 +85,24 @@
>
产业园区
</span
>
</div>
<District
<
!--
<
District
v-if=
"carrierActiveName == 1"
:industry_id=
"industry_id"
:industry_level=
"industry_level"
:select_flag=
"1"
/>
<Kaifaqu
/>
-->
<
!--
<
Kaifaqu
v-if=
"carrierActiveName == 2"
:industry_id=
"industry_id"
:industry_level=
"industry_level"
:select_flag=
"7"
/>
<Park
/>
-->
<
!--
<
Park
v-if=
"carrierActiveName == 3"
:industry_id=
"industry_id"
:industry_level=
"industry_level"
:select_flag=
"2"
/>
/>
-->
</div>
<Policy
v-if=
"activeRouter == 4"
...
...
@@ -217,12 +217,12 @@ export default {
changeRouter
(
val
)
{
console
.
log
(
val
);
//限制其他几个页面入口
if
(
val
==
1
||
val
==
0
||
val
==
4
)
{
if
(
val
!==
5
)
{
this
.
activeRouter
=
val
;
}
//源代码
//this.activeRouter = val;
//
this.activeRouter = val;
},
getCateid
(
data
)
{
...
...
src/views/atlas/pages/policy.vue
View file @
6983fbe2
<
template
>
<div
class=
" box-more"
>
<div
class=
"top-head-nav"
>
<span
:class=
"[policy_level == 0 ? 'active' : '']"
@
click=
"changeLevel(0)"
<
!--
<
span
:class=
"[policy_level == 0 ? 'active' : '']"
@
click=
"changeLevel(0)"
>
全部
</span
>
>
-->
<span
:class=
"[policy_level == 1 ? 'active' : '']"
@
click=
"changeLevel(1)"
>
国家级
</span
>
...
...
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