|
@@ -1,20 +1,44 @@
|
|
|
// 不需要登录的路由
|
|
|
export default [
|
|
|
{
|
|
|
- path: '/student-register',
|
|
|
- name: 'student-register',
|
|
|
- component: () => import('@/views/student-register/index'),
|
|
|
- meta: {
|
|
|
- title: '报名通道'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/student-register-apply',
|
|
|
- name: 'student-register-apply',
|
|
|
- component: () => import('@/views/student-register/index-apply'),
|
|
|
- meta: {
|
|
|
- title: ''
|
|
|
- }
|
|
|
+ //需要微信授权页面 微信授权
|
|
|
+ path: '/wx-auth',
|
|
|
+ name: 'wx-auth',
|
|
|
+ component: () => import('@/views/layout/wx-auth'),
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/intention-questionnaire',
|
|
|
+ name: 'intention-questionnaire',
|
|
|
+ component: () => import('@/views/intention-questionnaire/index'),
|
|
|
+ meta: {
|
|
|
+ title: '音乐(器乐)课堂数字化转型调查问卷'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/pre-register-active',
|
|
|
+ name: 'pre-register-active',
|
|
|
+ component: () => import('@/views/pre-register-active/index'),
|
|
|
+ meta: {
|
|
|
+ title: '音乐数字化转型家长说明会'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/student-register',
|
|
|
+ name: 'student-register',
|
|
|
+ component: () => import('@/views/student-register/index'),
|
|
|
+ meta: {
|
|
|
+ title: '报名通道'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/student-register-apply',
|
|
|
+ name: 'student-register-apply',
|
|
|
+ component: () => import('@/views/student-register/index-apply'),
|
|
|
+ meta: {
|
|
|
+ title: ''
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
path: '/student-register-form',
|
|
@@ -268,21 +292,24 @@ export default [
|
|
|
},
|
|
|
{
|
|
|
path: '/activationRegistration',
|
|
|
- component: () => import('@/views/activation-code/instrument-registration/new-index'),
|
|
|
+ component: () =>
|
|
|
+ import('@/views/activation-code/instrument-registration/new-index'),
|
|
|
meta: {
|
|
|
title: '数字化转型报名'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
path: '/activationRegistrationDetail',
|
|
|
- component: () => import('@/views/activation-code/instrument-registration/detail'),
|
|
|
+ component: () =>
|
|
|
+ import('@/views/activation-code/instrument-registration/detail'),
|
|
|
meta: {
|
|
|
title: '数字化转型报名'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
path: '/activationRegister',
|
|
|
- component: () => import('@/views/activation-code/activation-register/index'),
|
|
|
+ component: () =>
|
|
|
+ import('@/views/activation-code/activation-register/index'),
|
|
|
meta: {
|
|
|
title: '音乐数字课堂AI学练工具激活'
|
|
|
}
|
|
@@ -295,14 +322,6 @@ export default [
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- path: '/pre-register-active',
|
|
|
- name: 'pre-register-active',
|
|
|
- component: () => import('@/views/pre-register-active/index'),
|
|
|
- meta: {
|
|
|
- title: '音乐数字化转型家长说明会'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
path: '/pre-register-video',
|
|
|
name: 'pre-register-video',
|
|
|
component: () => import('@/views/pre-register-active/video'),
|
|
@@ -318,14 +337,14 @@ export default [
|
|
|
title: '音乐数字化转型家长说明会'
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- path: '/intention-questionnaire',
|
|
|
- name: 'intention-questionnaire',
|
|
|
- component: () => import('@/views/intention-questionnaire/index'),
|
|
|
- meta: {
|
|
|
- title: '音乐(器乐)课堂数字化转型调查问卷'
|
|
|
- }
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/intention-questionnaire',
|
|
|
+ // name: 'intention-questionnaire',
|
|
|
+ // component: () => import('@/views/intention-questionnaire/index'),
|
|
|
+ // meta: {
|
|
|
+ // title: '音乐(器乐)课堂数字化转型调查问卷'
|
|
|
+ // }
|
|
|
+ // },
|
|
|
{
|
|
|
path: '/intention-questionnaire-show',
|
|
|
name: 'intention-questionnaire-show',
|