• 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
  • mock
  • routes.js
  • hookehuyr's avatar
    配置动态路由功能 · 914f25b1
    914f25b1
    hookehuyr authored 2022-05-16 20:51:33 +0800
routes.js 219 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
const routes = [{
  path: '/image',
  redirect: '',
  name: 'html转图片',
  component: 'html2canvas',
  keepAlive: '',
  meta: {
    title: 'html转图片',
    name: ''
  },
  children: []
}]

export default routes