Skip to content

Commit 2d2a265

Browse files
authored
fix: views中country目录不存在 (vbenjs#2383)
1 parent e05a009 commit 2d2a265

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/router/routes/modules/demo/system.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@ const system: AppRouteModule = {
2323
},
2424
component: () => import('/@/views/demo/system/account/index.vue'),
2525
},
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-
},
3526
{
3627
path: 'account_detail/:id',
3728
name: 'AccountDetail',

0 commit comments

Comments
 (0)