fix: views中country目录不存在 (#2383)

This commit is contained in:
smilv 2022-11-15 18:12:00 +08:00 committed by GitHub
parent e05a009989
commit 2d2a265418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',