From 60673b3b645f95cfcfa77220f997c4b9fd81dc22 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期日, 25 七月 2021 10:35:37 +0800 Subject: [PATCH] 去除默认分页合理化参数 --- ruoyi-ui/src/router/index.js | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index 7f0b105..d0c4b0b 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -5,8 +5,6 @@ /* Layout */ import Layout from '@/layout' -import ParentView from '@/components/ParentView'; -import InnerLink from '@/layout/components/InnerLink' /** * Note: 路由配置项 -- Gitblit v1.9.2