\r\n \r\n
{{ msg }}
\r\n Essential Links
\r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\n\n\n// WEBPACK FOOTER //\n// src/components/HelloWorld.vue","import Vue from 'vue'\r\nimport Router from 'vue-router'\r\nimport HelloWorld from '@/components/HelloWorld'\r\n\r\nVue.use(Router)\r\n\r\nexport default new Router({\r\n // mode: 'history',\r\n routes: [\r\n {\r\n path: '/synopsis',\r\n name: 'synopsis',\r\n component: () => import('views/notice/synopsis'),\r\n meta: {\r\n keepAlive: false\r\n }\r\n },\r\n {\r\n path: '/news',\r\n name: 'News',\r\n component: () => import('views/notice/news'),\r\n meta: {\r\n keepAlive: true\r\n },\r\n children: [\r\n {\r\n path: ':id',\r\n component: () => import('components/content/index'),\r\n }\r\n ]\r\n },\r\n {\r\n path: '/news-list',\r\n name: 'News',\r\n component: () => import('views/notice/newsList'),\r\n meta: {\r\n keepAlive: true\r\n }\r\n },\r\n {\r\n path: '/lost-article',\r\n name: 'LostArticle',\r\n meta: {\r\n keepAlive: true\r\n },\r\n component: () => import('views/notice/lost-article')\r\n },\r\n {\r\n path: '/notice/:id',\r\n name: 'Notice',\r\n meta: {\r\n keepAlive: true\r\n },\r\n component: () => import('views/notice/notice')\r\n },\r\n {\r\n path: '/bus-sketch/:id/:type/:station/:name/:coll',\r\n name: 'BusSketch',\r\n meta: {\r\n keepAlive: false\r\n },\r\n component: () => import('views/bus-sketch')\r\n },\r\n {\r\n path: '/bus-map/:id/:type/:station/:name',\r\n name: 'BusMap',\r\n meta: {\r\n keepAlive: false\r\n },\r\n component: () => import('views/bus-sketch/bus-map')\r\n },\r\n {\r\n path: '/notice-content/:id/:type',\r\n name: 'brouk-idx',\r\n meta: {\r\n keepAlive: false\r\n },\r\n component: () => import('views/notice/broukIdx')\r\n },\r\n {\r\n path: '/402/:name',\r\n name: '402',\r\n meta: {\r\n keepAlive: false\r\n },\r\n component: () => import('views/402')\r\n },\r\n {\r\n path: '/company',\r\n name: 'Company',\r\n meta: {\r\n keepAlive: true\r\n },\r\n component: () => import('views/company-profile/subsidiary/index')\r\n },\r\n {\r\n path: '/company-profile',\r\n name: 'CompanyProfile',\r\n meta: {\r\n keepAlive: true\r\n },\r\n component: () => import('views/company-profile/index')\r\n },\r\n // {\r\n // path: '/company-sp',\r\n // name: 'introduction',\r\n // meta: {\r\n // keepAlive: true\r\n // },\r\n // component: () => import('views/company-profile/introduction/index')\r\n // },\r\n // {\r\n // path: '/company-address',\r\n // name: 'address',\r\n // meta: {\r\n // keepAlive: true\r\n // },\r\n // component: () => import('views/company-profile/address/index')\r\n // },\r\n // {\r\n // path: '/company-subsidiary',\r\n // name: 'address',\r\n // meta: {\r\n // keepAlive: true\r\n // },\r\n // component: () => import('views/company-profile/subsidiary/index')\r\n // },\r\n // {\r\n // path: '/company-department',\r\n // name: 'address',\r\n // meta: {\r\n // keepAlive: true\r\n // },\r\n // component: () => import('views/company-profile/department/index')\r\n // },\r\n // 用户服务协议\r\n {\r\n path: '/company-user-xy',\r\n name: 'userXY',\r\n meta: {\r\n keepAlive: true\r\n },\r\n component: () => import('views/company-profile/user-xy/index')\r\n },\r\n // 用户隐私协议\r\n {\r\n path: '/privacy_policy',\r\n name: 'privacyPolicy',\r\n meta: {\r\n keepAlive: true\r\n },\r\n component: () => import('views/company-profile/privacy_policy')\r\n }\r\n ]\r\n})\r\n\r\n\r\n\n\n\n// WEBPACK FOOTER //\n// ./src/router/index.js","