|
@@ -1,34 +1,14 @@
|
|
// 不需要登录的路由
|
|
// 不需要登录的路由
|
|
export default [
|
|
export default [
|
|
{
|
|
{
|
|
- path: '/courseware-play',
|
|
|
|
- component: () => import('@/views/courseware-play/index'),
|
|
|
|
- meta: {
|
|
|
|
- title: '课件播放'
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/co-ai',
|
|
|
|
- component: () => import('@/views/co-ai/index'),
|
|
|
|
- meta: {
|
|
|
|
- title: '小酷AI'
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
path: '/student-register',
|
|
path: '/student-register',
|
|
|
|
+ name: 'student-register',
|
|
component: () => import('@/views/student-register/index'),
|
|
component: () => import('@/views/student-register/index'),
|
|
meta: {
|
|
meta: {
|
|
title: '学生注册'
|
|
title: '学生注册'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/student-digital-tools',
|
|
|
|
- component: () => import('@/views/student-register/digital-tools/index'),
|
|
|
|
- meta: {
|
|
|
|
- title: '数字化乐器学练工具'
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
path: '/goods-list',
|
|
path: '/goods-list',
|
|
component: () => import('@/views/student-register/shop-mall/goods-list'),
|
|
component: () => import('@/views/student-register/shop-mall/goods-list'),
|
|
meta: {
|
|
meta: {
|
|
@@ -44,42 +24,39 @@ export default [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/order-detail',
|
|
|
|
- component: () => import('@/views/student-register/order-detail'),
|
|
|
|
|
|
+ path: '/student-digital-tools',
|
|
|
|
+ component: () => import('@/views/student-register/digital-tools/index'),
|
|
meta: {
|
|
meta: {
|
|
- title: '订单详情'
|
|
|
|
|
|
+ title: '数字化乐器学练工具'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/knowledge-library',
|
|
|
|
- component: () => import('@/views/knowledge-library/index'),
|
|
|
|
|
|
+ path: '/courseware-play',
|
|
|
|
+ component: () => import('@/views/courseware-play/index'),
|
|
meta: {
|
|
meta: {
|
|
- title: '知识库'
|
|
|
|
|
|
+ title: '课件播放'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/payment-result',
|
|
|
|
- name: 'payment-result',
|
|
|
|
- component: () => import('@/views/payment-result/index'),
|
|
|
|
|
|
+ path: '/co-ai',
|
|
|
|
+ component: () => import('@/views/co-ai/index'),
|
|
meta: {
|
|
meta: {
|
|
- title: '支付详情'
|
|
|
|
|
|
+ title: '小酷AI'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/shopAddress',
|
|
|
|
- name: 'shopAddress',
|
|
|
|
- component: () => import('@/views/student-register/shop-address/index'),
|
|
|
|
|
|
+ path: '/knowledge-library',
|
|
|
|
+ component: () => import('@/views/knowledge-library/index'),
|
|
meta: {
|
|
meta: {
|
|
- title: '支付详情'
|
|
|
|
|
|
+ title: '知识库'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/addressOperation',
|
|
|
|
- name: 'addressOperation',
|
|
|
|
- component: () =>
|
|
|
|
- import('@/views/student-register/shop-address/address-operation'),
|
|
|
|
|
|
+ path: '/payment-result',
|
|
|
|
+ name: 'payment-result',
|
|
|
|
+ component: () => import('@/views/payment-result/index'),
|
|
meta: {
|
|
meta: {
|
|
- title: '收货地址'
|
|
|
|
|
|
+ title: '支付详情'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|