mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 00:42:12 +08:00
fix: fix missing cache of refresh page
This commit is contained in:
@@ -5,6 +5,10 @@ const menu: MenuModule = {
|
||||
name: '图表',
|
||||
path: '/charts',
|
||||
children: [
|
||||
{
|
||||
path: '/apexChart',
|
||||
name: 'ApexChart',
|
||||
},
|
||||
{
|
||||
path: '/echarts',
|
||||
name: 'Echarts',
|
||||
@@ -23,10 +27,6 @@ const menu: MenuModule = {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: '/apexChart',
|
||||
name: 'ApexChart',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user