• This project
    • Loading...
  • Sign in

Hooke / data-table

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • data-table
  • src
  • router
  • routes
  • modules
  • auth
  • index.js
  • hookehuyr's avatar
    🎉 init: 项目初始化 · 867e7519
    867e7519
    hookehuyr authored 2022-08-29 14:03:41 +0800
index.js 190 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
const index = [{
  path: '/auth',
  name: '授权跳转页',
  component: () => import('@/views/auth.vue'),
  meta: {
    title: '微信授权'
  },
  children: []
}]

export default index;