1234567891011121314151617 |
- export let list = [{
- path: 'pages/home/home',
- title: '选择身份'
- },{
- path: 'pages/studentRanked/studentRanked',
- title: '学生排位'
- }, {
- path: 'pages/login/login',
- title: '扫码登录'
- }, {
- path: 'pages/studentRanked/tag',
- title: '标签'
- }, {
- path: 'pages/studentTab/studentTab',
- title: '添加标签'
- },
- ]
|