Commit a9740b41 by 史敦盼

main

1 parent 7600c207
Showing with 10 additions and 2 deletions
......@@ -64,7 +64,15 @@
<div
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"
:key="index3"
>
......@@ -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', '_self');//新增
},
jumpPage(path, popoverIndex) {
jumpPage(path, popoverIndex, breadcrumb1_, breadcrumb2_, breadcrumb3_) {
this.breadcrumb1 = breadcrumb1_
this.breadcrumb2 = breadcrumb2_
this.breadcrumb3 = breadcrumb3_
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!