From 2d2a26541806e88d239fe4d46b8e6c7996953ca3 Mon Sep 17 00:00:00 2001 From: smilv <44606272+smilv@users.noreply.github.com> Date: Tue, 15 Nov 2022 18:12:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20views=E4=B8=ADcountry=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E4=B8=8D=E5=AD=98=E5=9C=A8=20(#2383)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes/modules/demo/system.ts | 9 --------- 1 file changed, 9 deletions(-) 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',