|
|
@ -12,6 +12,7 @@ export default [
|
|
|
|
routes: [
|
|
|
|
routes: [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
path: '',
|
|
|
|
path: '',
|
|
|
|
|
|
|
|
name: '仪表盘',
|
|
|
|
component: './Dashboard',
|
|
|
|
component: './Dashboard',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -42,6 +43,7 @@ export default [
|
|
|
|
routes: [
|
|
|
|
routes: [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
path: '',
|
|
|
|
path: '',
|
|
|
|
|
|
|
|
name: '运营看板',
|
|
|
|
component: './OperationsDashboard',
|
|
|
|
component: './OperationsDashboard',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -80,6 +82,7 @@ export default [
|
|
|
|
routes: [
|
|
|
|
routes: [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
path: '',
|
|
|
|
path: '',
|
|
|
|
|
|
|
|
name: '审核管理',
|
|
|
|
component: './AuditsList',
|
|
|
|
component: './AuditsList',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -98,6 +101,7 @@ export default [
|
|
|
|
routes: [
|
|
|
|
routes: [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
path: '',
|
|
|
|
path: '',
|
|
|
|
|
|
|
|
name: '需求审核',
|
|
|
|
component: './RequirementAudits',
|
|
|
|
component: './RequirementAudits',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -116,6 +120,7 @@ export default [
|
|
|
|
routes: [
|
|
|
|
routes: [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
path: '',
|
|
|
|
path: '',
|
|
|
|
|
|
|
|
name: '商家管理',
|
|
|
|
component: './BusinessList',
|
|
|
|
component: './BusinessList',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|