Browse Source

优化router文件

shibei_master
dai 3 years ago
parent
commit
8df9d3bd6e
  1. 9
      src/router/index.js

9
src/router/index.js

@ -109,15 +109,6 @@ export const moduleShujuRoutes = {
title: "主入口布局",
},
children: [
{
path: "/home2",
component: () => import("@/views/modules/home"),
name: "home2",
meta: {
title: "主页2",
isTab: false,
},
},
{
path: "/main-shuju/visual-basicinfo-people/:uid",
props: true,

Loading…
Cancel
Save