Browse Source

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

smilv 2 năm trước cách đây
mục cha
commit
2d2a265418
1 tập tin đã thay đổi với 0 bổ sung9 xóa
  1. 0 9
      src/router/routes/modules/demo/system.ts

+ 0 - 9
src/router/routes/modules/demo/system.ts

@@ -24,15 +24,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',
       meta: {