From 701b3fa4469e451a25b31986b902cb0e7f93d375 Mon Sep 17 00:00:00 2001 From: zhl Date: Mon, 22 Mar 2021 14:58:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=80=E4=B8=AA=E6=8B=BC?= =?UTF-8?q?=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 2 +- src/router/modules/{articlue.ts => article.ts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/router/modules/{articlue.ts => article.ts} (100%) diff --git a/src/router/index.ts b/src/router/index.ts index 94cfc42..f28ce92 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -7,7 +7,7 @@ import Layout from '@/layout/index.vue' /* Router modules */ import tableRouter from './modules/table' import systemRoutes from '@/router/modules/system' -import articleRouters from '@/router/modules/articlue' +import articleRouters from '@/router/modules/article' Vue.use(VueRouter) diff --git a/src/router/modules/articlue.ts b/src/router/modules/article.ts similarity index 100% rename from src/router/modules/articlue.ts rename to src/router/modules/article.ts