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