From edaff1da5127e1a018ea32695da423f0ef3e3d8b Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Thu, 9 Mar 2023 16:10:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E4=BF=AE=E6=94=B9=202023?= =?UTF-8?q?=E5=B9=B43=E6=9C=889=E6=97=A5=20sxm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 80c562b..c95fffa 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -20,8 +20,6 @@ const _import = require('./import-' + process.env.NODE_ENV) const globalRoutes = [ { path: '/404', component: _import('common/404'), name: '404', meta: { title: '404未找到' } }, { path: '/login', component: _import('common/login'), name: 'login', meta: { title: '登录' } }, - { path: '/padLogin', component: _import('common/padLogin'), name: 'login', meta: { title: '登录' } }, - { path: '/pda-main', component: _import('modules/padvues/pda-main'), name: 'pda-main', meta: { title: '主页' } }, ] // 主入口路由(需嵌套上左右整体布局)