|  |  | 
 |  |  |         </el-menu-item> | 
 |  |  |       </div> | 
 |  |  |       <div class="showIndex-right"> | 
 |  |  |         <el-menu-item> | 
 |  |  |         <el-menu-item index="/businessPolicy"> | 
 |  |  |           <div class="showIndex-block"> | 
 |  |  |             <h1>营商政策</h1> | 
 |  |  |           </div> | 
 |  |  | 
 |  |  |   background-size: 100% 100%; | 
 |  |  |   .title { | 
 |  |  |     font-size: 3rem /* 30/10 */; | 
 |  |  |     font-family: "Source Han Sans CN"; | 
 |  |  |     //font-family: "Source Han Sans CN"; | 
 |  |  |     color: #fff; | 
 |  |  |     text-align: center; | 
 |  |  |     line-height: 7rem /* 70/10 */; | 
 
 |  |  | 
 |  |  | import main from '@/pages/common/Home.vue' | 
 |  |  | // import main from "@/pages/common/Home.vue"; | 
 |  |  | import showHome from "../pages/show/main/showHome"; | 
 |  |  | import jiuyeAndChuangye from "../pages/show/jiuyeAndChuangye/jiuyeAndChuangye"; | 
 |  |  | import shehuiBaozhang from "../pages/show/shehuiBaozhang/shehuiBaozhang"; | 
 |  |  | const indexRouter = { | 
 |  |  |     path: '/', | 
 |  |  |     name: 'index', | 
 |  |  |     component: showHome, | 
 |  |  |     redirect: '/index', | 
 |  |  |     children: [ | 
 |  |  |         { path: '/index', meta: { title: '大屏首页' }, name: 'index', component: () => import('@/pages/show/index/index.vue')}, | 
 |  |  |         { path: '/jiuyeAndChuangye', | 
 |  |  |           component: jiuyeAndChuangye, | 
 |  |  |           redirect: '/workStatistics', | 
 |  |  |           name: 'jiuyeAndChuangye', | 
 |  |  |           children: [ | 
 |  |  |            { path: '/workStatistics', meta: {title: '就业创业'}, name: 'workStatistics',  component: () => import('@/pages/show/jiuyeAndChuangye/jiuyeChildren/workStatistics.vue')}, | 
 |  |  |            { path: '/chuangyeDanbaoDaikuan', meta: {title: '创业担保贷款'}, name: 'chuangyeDanbaoDaikuan',  component: () => import('@/pages/show/jiuyeAndChuangye/jiuyeChildren/chuangyeDanbaoDaikuan.vue')}, | 
 |  |  |            { path: '/jiuyeQingkuang', meta: {title: '就业情况'}, name: 'jiuyeQingkuang',  component: () => import('@/pages/show/jiuyeAndChuangye/jiuyeChildren/jiuyeQingkuang.vue')}, | 
 |  |  |            { path: '/biyeshengStatistics', meta: {title: '毕业生统计'}, name: 'biyeshengStatistics',  component: () => import('@/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue')}, | 
 |  |  |          ] | 
 |  |  |   path: "/", | 
 |  |  |   name: "index", | 
 |  |  |   component: showHome, | 
 |  |  |   redirect: "/index", | 
 |  |  |   children: [ | 
 |  |  |     { | 
 |  |  |       path: "/index", | 
 |  |  |       meta: { title: "大屏首页" }, | 
 |  |  |       name: "index", | 
 |  |  |       component: () => import("@/pages/show/index/index.vue") | 
 |  |  |     }, | 
 |  |  |     { | 
 |  |  |       path: "/jiuyeAndChuangye", | 
 |  |  |       component: jiuyeAndChuangye, | 
 |  |  |       redirect: "/workStatistics", | 
 |  |  |       name: "jiuyeAndChuangye", | 
 |  |  |       children: [ | 
 |  |  |         { | 
 |  |  |           path: "/workStatistics", | 
 |  |  |           meta: { title: "就业创业" }, | 
 |  |  |           name: "workStatistics", | 
 |  |  |           component: () => | 
 |  |  |             import( | 
 |  |  |               "@/pages/show/jiuyeAndChuangye/jiuyeChildren/workStatistics.vue" | 
 |  |  |             ) | 
 |  |  |         }, | 
 |  |  |         { | 
 |  |  |           path: '/shehuiBaozhang', | 
 |  |  |           component: shehuiBaozhang, | 
 |  |  |           redirect: '/shehuiBaoxian', | 
 |  |  |           name: 'shehuiBaozhang', | 
 |  |  |           children: [ | 
 |  |  |             { path: '/shehuiBaoxian', meta: {title:'社会保障'}, name: 'shehuiBaoxian', component: () => import('@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shehuiBaoxian.vue')}, | 
 |  |  |             { path: '/shebaoShouzhiZongbiao', meta: {title:'社保收支总表'}, name: 'shebaoShouzhiZongbiao', component: () => import('@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shebaoShouzhiZongbiao.vue')}, | 
 |  |  |           ] | 
 |  |  |           path: "/chuangyeDanbaoDaikuan", | 
 |  |  |           meta: { title: "创业担保贷款" }, | 
 |  |  |           name: "chuangyeDanbaoDaikuan", | 
 |  |  |           component: () => | 
 |  |  |             import( | 
 |  |  |               "@/pages/show/jiuyeAndChuangye/jiuyeChildren/chuangyeDanbaoDaikuan.vue" | 
 |  |  |             ) | 
 |  |  |         }, | 
 |  |  |         { | 
 |  |  |           path: "/jiuyeQingkuang", | 
 |  |  |           meta: { title: "就业情况" }, | 
 |  |  |           name: "jiuyeQingkuang", | 
 |  |  |           component: () => | 
 |  |  |             import( | 
 |  |  |               "@/pages/show/jiuyeAndChuangye/jiuyeChildren/jiuyeQingkuang.vue" | 
 |  |  |             ) | 
 |  |  |         }, | 
 |  |  |         { | 
 |  |  |           path: "/biyeshengStatistics", | 
 |  |  |           meta: { title: "毕业生统计" }, | 
 |  |  |           name: "biyeshengStatistics", | 
 |  |  |           component: () => | 
 |  |  |             import( | 
 |  |  |               "@/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue" | 
 |  |  |             ) | 
 |  |  |         } | 
 |  |  |     ] | 
 |  |  | } | 
 |  |  |       ] | 
 |  |  |     }, | 
 |  |  |     { | 
 |  |  |       path: "/shehuiBaozhang", | 
 |  |  |       component: shehuiBaozhang, | 
 |  |  |       redirect: "/shehuiBaoxian", | 
 |  |  |       name: "shehuiBaozhang", | 
 |  |  |       children: [ | 
 |  |  |         { | 
 |  |  |           path: "/shehuiBaoxian", | 
 |  |  |           meta: { title: "社会保障" }, | 
 |  |  |           name: "shehuiBaoxian", | 
 |  |  |           component: () => | 
 |  |  |             import( | 
 |  |  |               "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shehuiBaoxian.vue" | 
 |  |  |             ) | 
 |  |  |         }, | 
 |  |  |         { | 
 |  |  |           path: "/shebaoShouzhiZongbiao", | 
 |  |  |           meta: { title: "社保收支总表" }, | 
 |  |  |           name: "shebaoShouzhiZongbiao", | 
 |  |  |           component: () => | 
 |  |  |             import( | 
 |  |  |               "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shebaoShouzhiZongbiao.vue" | 
 |  |  |             ) | 
 |  |  |         } | 
 |  |  |       ] | 
 |  |  |     }, | 
 |  |  |     { | 
 |  |  |       path: "/businessPolicy", | 
 |  |  |       meta: { title: "营商政策" }, | 
 |  |  |       name: "businessPolicy", | 
 |  |  |       component: () => import("@/pages/show/businessPolicy/BusinessPolicy") | 
 |  |  |     } | 
 |  |  |   ] | 
 |  |  | }; | 
 |  |  | const login = { | 
 |  |  |   path: '/login', | 
 |  |  |   component: () => import('@/pages/login.vue'), | 
 |  |  |   path: "/login", | 
 |  |  |   component: () => import("@/pages/login.vue"), | 
 |  |  |   meta: { | 
 |  |  |     title: `后台登陆`, | 
 |  |  |     title: `后台登陆` | 
 |  |  |   } | 
 |  |  | } | 
 |  |  | const NotFound = { | 
 |  |  |   path: '/404', | 
 |  |  |   component: () => import('@/error_pages/404.vue'), | 
 |  |  |   meta: { | 
 |  |  |     title: "404 | 啊哦~ 你所访问的页面不存在", | 
 |  |  |   } | 
 |  |  | } | 
 |  |  | }; | 
 |  |  | // const NotFound = { | 
 |  |  | //   path: "/404", | 
 |  |  | //   component: () => import("@/error_pages/404.vue"), | 
 |  |  | //   meta: { | 
 |  |  | //     title: "404 | 啊哦~ 你所访问的页面不存在" | 
 |  |  | //   } | 
 |  |  | // }; | 
 |  |  | export const routers = [ | 
 |  |  |   indexRouter, | 
 |  |  |   login, | 
 |  |  |   login | 
 |  |  |   // NotFound | 
 |  |  | ] | 
 |  |  | ]; |