调整管理员页面
This commit is contained in:
@@ -140,6 +140,38 @@ const routes: Array<RouteRecordRaw> = [
|
||||
path:'questionnaire',
|
||||
name:'questionnaire',
|
||||
component: _import_component('Administrator/questionnaire.vue'),
|
||||
},{
|
||||
path:'recentActiveChart',
|
||||
name:'recentActiveChart',
|
||||
component: _import_component('Administrator/recentActiveChart.vue'),
|
||||
},{
|
||||
path:'recentActiveUser',
|
||||
name:'recentActiveUser',
|
||||
component: _import_component('Administrator/recentActiveUser.vue'),
|
||||
},{
|
||||
path:'recentActiveUserChart',
|
||||
name:'recentActiveUserChart',
|
||||
component: _import_component('Administrator/recentActiveUserChart.vue'),
|
||||
},{
|
||||
path:'recentNewUser',
|
||||
name:'recentNewUser',
|
||||
component: _import_component('Administrator/recentNewUser.vue'),
|
||||
},{
|
||||
path:'recentNewUserChart',
|
||||
name:'recentNewUserChart',
|
||||
component: _import_component('Administrator/recentNewUserChart.vue'),
|
||||
},{
|
||||
path:'trialUserCountry',
|
||||
name:'trialUserCountry',
|
||||
component: _import_component('Administrator/trialUserCountry.vue'),
|
||||
},{
|
||||
path:'trialUserConversionRateChart',
|
||||
name:'trialUserConversionRateChart',
|
||||
component: _import_component('Administrator/trialUserConversionRateChart.vue'),
|
||||
},{
|
||||
path:'trialAllUser',
|
||||
name:'trialAllUser',
|
||||
component: _import_component('Administrator/trialAllUser.vue'),
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user