• This project
    • Loading...
  • Sign in

Hooke / tswj

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
  • tswj
  • src
  • router
  • routes
  • modules
  • business
  • index.js
  • hookehuyr's avatar
    新增路由配置表功能 · 9251125a
    9251125a
    hookehuyr authored 2022-05-18 10:52:46 +0800
index.js 206 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
const index = {
  path: '/router/test',
  name: 'test',
  component: () => import('@/views/about.vue'),
  redirect: '',
  meta: {
    icon: '',
    title: '',
  },
  children: [],
};

export default index;