mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-25 02:58:43 +08:00
fix: views中country目录不存在 (#2383)
This commit is contained in:
parent
e05a009989
commit
2d2a265418
@ -23,15 +23,6 @@ const system: AppRouteModule = {
|
||||
},
|
||||
component: () => import('/@/views/demo/system/account/index.vue'),
|
||||
},
|
||||
{
|
||||
path: 'country',
|
||||
name: 'CountryManagement',
|
||||
meta: {
|
||||
title: t('routes.demo.system.country'),
|
||||
ignoreKeepAlive: false,
|
||||
},
|
||||
component: () => import('/@/views/demo/system/country/index.vue'),
|
||||
},
|
||||
{
|
||||
path: 'account_detail/:id',
|
||||
name: 'AccountDetail',
|
||||
|
Loading…
Reference in New Issue
Block a user