router.js 340 B

1234567891011121314151617
  1. export let list = [{
  2. path: 'pages/home/home',
  3. title: '选择身份'
  4. },{
  5. path: 'pages/studentRanked/studentRanked',
  6. title: '学生排位'
  7. }, {
  8. path: 'pages/login/login',
  9. title: '扫码登录'
  10. }, {
  11. path: 'pages/studentRanked/tag',
  12. title: '标签'
  13. }, {
  14. path: 'pages/studentTab/studentTab',
  15. title: '添加标签'
  16. },
  17. ]