|
@@ -15,7 +15,7 @@ const constRouters = [
|
|
|
// component: () => import('@/views/notLook/index.vue'),
|
|
// component: () => import('@/views/notLook/index.vue'),
|
|
|
// },
|
|
// },
|
|
|
{
|
|
{
|
|
|
- path: '/index/portal/resourceCenter',
|
|
|
|
|
|
|
+ path: '/',
|
|
|
component: () => import('@/views/resourceCenter/index.vue')
|
|
component: () => import('@/views/resourceCenter/index.vue')
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -169,6 +169,18 @@ const constRouters = [
|
|
|
{
|
|
{
|
|
|
path: '/statistics',
|
|
path: '/statistics',
|
|
|
component: () => import('@/views/statistics/index.vue'),
|
|
component: () => import('@/views/statistics/index.vue'),
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/usercenter',
|
|
|
|
|
+ component: () => import('@/views/sys/user/usercenter.vue'),
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/forum',
|
|
|
|
|
+ component: () => import('@/views/forum/index.vue'),
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/userfileconvert',
|
|
|
|
|
+ component: () => import('@/views/userfileconvert/index.vue'),
|
|
|
}
|
|
}
|
|
|
// {
|
|
// {
|
|
|
// path: '/answerManagement',
|
|
// path: '/answerManagement',
|