Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit a9740b41
authored
Mar 21, 2024
by
史敦盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main
1 parent
7600c207
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
src/views/Main/index.vue
src/views/Main/index.vue
View file @
a9740b4
...
@@ -64,7 +64,15 @@
...
@@ -64,7 +64,15 @@
<div
<div
class=
"menu_1_item_subtitle"
class=
"menu_1_item_subtitle"
@
click=
"jumpPage(item3.path, index)"
@
click=
"
jumpPage(
item3.path,
index,
item.name,
item2.name,
item3.name,
)
"
v-for=
"(item3, index3) in item2.children"
v-for=
"(item3, index3) in item2.children"
:key=
"index3"
:key=
"index3"
>
>
...
@@ -160,7 +168,7 @@ export default {
...
@@ -160,7 +168,7 @@ export default {
// window.open(window.location.origin + '/drawio/index.html?id=23', '_self');//编辑
// window.open(window.location.origin + '/drawio/index.html?id=23', '_self');//编辑
// window.open(window.location.origin + '/drawio/index.html', '_self');//新增
// window.open(window.location.origin + '/drawio/index.html', '_self');//新增
},
},
jumpPage
(
path
,
popoverIndex
)
{
jumpPage
(
path
,
popoverIndex
,
breadcrumb1_
,
breadcrumb2_
,
breadcrumb3_
)
{
this
.
breadcrumb1
=
breadcrumb1_
this
.
breadcrumb1
=
breadcrumb1_
this
.
breadcrumb2
=
breadcrumb2_
this
.
breadcrumb2
=
breadcrumb2_
this
.
breadcrumb3
=
breadcrumb3_
this
.
breadcrumb3
=
breadcrumb3_
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment