• This project
    • Loading...
  • Sign in

Hooke / map-demo

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • map-demo
  • src
  • route.js
  • hookehuyr's avatar
    细节调整,新增消息列表 · 471b65d6
    471b65d6 Browse Files
    hookehuyr authored 2023-07-10 18:26:18 +0800
route.js 279 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
export default [
  {
    path: '/',
    component: () => import('@/views/index.vue'),
    meta: {
      title: '地图展示',
    },
  },
  {
    path: '/noticeList',
    component: () => import('@/views/noticeList.vue'),
    meta: {
      title: '消息中心',
    },
  },
];