src/router/index.js @@ -33,6 +33,11 @@ name: 'bookStore', component: bookStore, }, { path: '/textBookApply', name: 'textBookApply', component: () => import('@/views/bookStore/textBookApply.vue'), }, //个人中心 { path: '/personalCenter',