fix: hotfix correct path "log"
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
This commit is contained in:
parent
d832d958ef
commit
b698098823
|
@ -75,9 +75,9 @@ export default {
|
|||
},
|
||||
{
|
||||
name: 'TravelHistory',
|
||||
path: 'history',
|
||||
path: 'log',
|
||||
meta: {
|
||||
title: 'history',
|
||||
title: 'log',
|
||||
icon: 'history',
|
||||
},
|
||||
component: () => import('src/pages/Travel/Card/TravelLog.vue'),
|
||||
|
|
|
@ -106,7 +106,7 @@ export default {
|
|||
},
|
||||
{
|
||||
name: 'ZoneHistory',
|
||||
path: 'history',
|
||||
path: 'log',
|
||||
meta: {
|
||||
title: 'log',
|
||||
icon: 'history',
|
||||
|
|
Loading…
Reference in New Issue