diff --git a/src/router/routes/modules/demo/system.ts b/src/router/routes/modules/demo/system.ts index d897d5b84..66e19da23 100644 --- a/src/router/routes/modules/demo/system.ts +++ b/src/router/routes/modules/demo/system.ts @@ -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',