Commit 2d2a26541806e88d239fe4d46b8e6c7996953ca3

Authored by smilv
Committed by GitHub
1 parent e05a0099

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

src/router/routes/modules/demo/system.ts
@@ -24,15 +24,6 @@ const system: AppRouteModule = { @@ -24,15 +24,6 @@ const system: AppRouteModule = {
24 component: () => import('/@/views/demo/system/account/index.vue'), 24 component: () => import('/@/views/demo/system/account/index.vue'),
25 }, 25 },
26 { 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', 27 path: 'account_detail/:id',
37 name: 'AccountDetail', 28 name: 'AccountDetail',
38 meta: { 29 meta: {