We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05a009 commit 2d2a265Copy full SHA for 2d2a265
src/router/routes/modules/demo/system.ts
@@ -23,15 +23,6 @@ const system: AppRouteModule = {
23
},
24
component: () => import('/@/views/demo/system/account/index.vue'),
25
26
- {
27
- path: 'country',
28
- name: 'CountryManagement',
29
- meta: {
30
- title: t('routes.demo.system.country'),
31
- ignoreKeepAlive: false,
32
- },
33
- component: () => import('/@/views/demo/system/country/index.vue'),
34
35
{
36
path: 'account_detail/:id',
37
name: 'AccountDetail',
0 commit comments