Compare commits
2 Commits
dev-23.10-
...
dev-23.10
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
374c66fcff | ||
|
|
705572b245 |
@@ -424,7 +424,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
generateBreadcrumb (breadcrumb, menus) {
|
generateBreadcrumb (breadcrumb, menus) {
|
||||||
if (this.route === '/entityDetail') {
|
if (this.route === '/entityDetail') {
|
||||||
const entityMenu = menus.find(m => m.route === '/entityExplorer')
|
const entityMenu = menus.find(m => m.route === '/entity')
|
||||||
const entityDetailMenu = menus.find(m => m.route === '/entityDetail')
|
const entityDetailMenu = menus.find(m => m.route === '/entityDetail')
|
||||||
breadcrumb.push({
|
breadcrumb.push({
|
||||||
code: entityMenu.code,
|
code: entityMenu.code,
|
||||||
@@ -440,7 +440,7 @@ export default {
|
|||||||
})
|
})
|
||||||
return true
|
return true
|
||||||
} else if (this.route === '/entityGraph') {
|
} else if (this.route === '/entityGraph') {
|
||||||
const entityMenu = menus.find(m => m.route === '/entityExplorer')
|
const entityMenu = menus.find(m => m.route === '/entity')
|
||||||
const entityGraphMenu = menus.find(m => m.route === '/entityGraph')
|
const entityGraphMenu = menus.find(m => m.route === '/entityGraph')
|
||||||
breadcrumb.push({
|
breadcrumb.push({
|
||||||
code: entityMenu.code,
|
code: entityMenu.code,
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ const routes = [
|
|||||||
component: () => import('@/views/report/Report')
|
component: () => import('@/views/report/Report')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/entityExplorer',
|
path: '/entity',
|
||||||
component: () => import('@/views/entityExplorer/EntityExplorer')
|
component: () => import('@/views/entityExplorer/EntityExplorer')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user