|
@@ -61,47 +61,47 @@ export const constantRoutes = [
|
|
|
},
|
|
|
|
|
|
{
|
|
|
- path: 'statistics',
|
|
|
- component: Layout,
|
|
|
- redirect: '/statistics/DownloadImage',
|
|
|
- name: '数据统计',
|
|
|
- meta: {
|
|
|
- title: '数据统计',
|
|
|
- icon: 'el-icon-s-help'
|
|
|
+ path: '/statistics',
|
|
|
+ component: Layout,
|
|
|
+ redirect: '/statistics/DownloadImage',
|
|
|
+ name: '数据统计',
|
|
|
+ meta: {
|
|
|
+ title: '数据统计',
|
|
|
+ icon: 'el-icon-s-help'
|
|
|
+ },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: 'DownloadImage',
|
|
|
+ name: '下载照片',
|
|
|
+ component: () => import('@/views/statistics/downloadImage/index'),
|
|
|
+ meta: {
|
|
|
+ title: '下载照片'
|
|
|
+ // icon: 'table'
|
|
|
+ }
|
|
|
},
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'DownloadImage',
|
|
|
- name: '下载照片',
|
|
|
- component: () => import('@/views/statistics/downloadImage/index'),
|
|
|
- meta: {
|
|
|
- title: '下载照片'
|
|
|
- // icon: 'table'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'UploadImage',
|
|
|
- name: '上传照片',
|
|
|
- component: () => import('@/views/statistics/uploadImage/index'),
|
|
|
- meta: {
|
|
|
- title: '上传照片'
|
|
|
- // icon: 'tree'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'WithdrawalRecord',
|
|
|
- name: '提现记录',
|
|
|
- component: () => import('@/views/statistics/withdrawalRecord/index'),
|
|
|
- meta: {
|
|
|
- title: '提现记录'
|
|
|
- // icon: 'tree'
|
|
|
- }
|
|
|
+ {
|
|
|
+ path: 'UploadImage',
|
|
|
+ name: '上传照片',
|
|
|
+ component: () => import('@/views/statistics/uploadImage/index'),
|
|
|
+ meta: {
|
|
|
+ title: '上传照片'
|
|
|
+ // icon: 'tree'
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'WithdrawalRecord',
|
|
|
+ name: '提现记录',
|
|
|
+ component: () => import('@/views/statistics/withdrawalRecord/index'),
|
|
|
+ meta: {
|
|
|
+ title: '提现记录'
|
|
|
+ // icon: 'tree'
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
|
|
|
{
|
|
|
- path: 'financialManagement',
|
|
|
+ path: '/financialManagement',
|
|
|
component: Layout,
|
|
|
redirect: '/financialManagement/OrderManagement',
|
|
|
name: '财务管理',
|
|
@@ -114,7 +114,7 @@ export const constantRoutes = [
|
|
|
path: 'OrderManagement',
|
|
|
name: '订单列表',
|
|
|
component: () =>
|
|
|
- import('@/views/financialManagement/orderManagement/index'),
|
|
|
+ import('@/views/financialManagement/orderManagement/index'),
|
|
|
meta: {
|
|
|
title: '订单列表'
|
|
|
// icon: 'table'
|
|
@@ -155,7 +155,7 @@ export const constantRoutes = [
|
|
|
path: 'BannerManagement',
|
|
|
name: 'Banner管理',
|
|
|
component: () =>
|
|
|
- import('@/views/baseManagement/bannerManagement/index'),
|
|
|
+ import('@/views/baseManagement/bannerManagement/index'),
|
|
|
meta: {
|
|
|
title: 'Banner管理'
|
|
|
// icon: 'table'
|
|
@@ -174,7 +174,7 @@ export const constantRoutes = [
|
|
|
path: 'ProblemFeedbackManagement',
|
|
|
name: '问题反馈管理',
|
|
|
component: () =>
|
|
|
- import('@/views/baseManagement/problemFeedbackManagement/index'),
|
|
|
+ import('@/views/baseManagement/problemFeedbackManagement/index'),
|
|
|
meta: {
|
|
|
title: '问题反馈管理'
|
|
|
// icon: 'tree'
|
|
@@ -197,7 +197,7 @@ export const constantRoutes = [
|
|
|
path: 'ImageGoodsManagement',
|
|
|
name: '照片商品管理',
|
|
|
component: () =>
|
|
|
- import('@/views/photoManagement/imageGoodsManagement/index'),
|
|
|
+ import('@/views/photoManagement/imageGoodsManagement/index'),
|
|
|
meta: {
|
|
|
title: '照片商品管理'
|
|
|
// icon: 'table'
|
|
@@ -216,7 +216,7 @@ export const constantRoutes = [
|
|
|
path: 'UploadManagement',
|
|
|
name: '上传照片管理',
|
|
|
component: () =>
|
|
|
- import('@/views/photoManagement/uploadManagement/index'),
|
|
|
+ import('@/views/photoManagement/uploadManagement/index'),
|
|
|
meta: {
|
|
|
title: '上传照片管理'
|
|
|
// icon: 'tree'
|
|
@@ -239,7 +239,7 @@ export const constantRoutes = [
|
|
|
path: 'PhotographerVerify',
|
|
|
name: '摄影师审核',
|
|
|
component: () =>
|
|
|
- import('@/views/photographerManagement/photographerVerify/index'),
|
|
|
+ import('@/views/photographerManagement/photographerVerify/index'),
|
|
|
meta: {
|
|
|
title: '摄影师审核'
|
|
|
// icon: 'table'
|
|
@@ -249,7 +249,7 @@ export const constantRoutes = [
|
|
|
path: 'PhotoVerify',
|
|
|
name: '照片管理',
|
|
|
component: () =>
|
|
|
- import('@/views/photographerManagement/photoVerify/index'),
|
|
|
+ import('@/views/photographerManagement/photoVerify/index'),
|
|
|
meta: {
|
|
|
title: '照片管理'
|
|
|
// icon: 'tree'
|
|
@@ -396,7 +396,7 @@ export const constantRoutes = [
|
|
|
path: 'AccountManagement',
|
|
|
name: '账号列表',
|
|
|
component: () =>
|
|
|
- import('@/views/systemManagement/accountManagement/index'),
|
|
|
+ import('@/views/systemManagement/accountManagement/index'),
|
|
|
meta: {
|
|
|
title: '账号列表'
|
|
|
// icon: 'table'
|
|
@@ -406,7 +406,7 @@ export const constantRoutes = [
|
|
|
path: 'RoleManagement',
|
|
|
name: '角色列表',
|
|
|
component: () =>
|
|
|
- import('@/views/systemManagement/roleManagement/index'),
|
|
|
+ import('@/views/systemManagement/roleManagement/index'),
|
|
|
meta: {
|
|
|
title: '角色列表'
|
|
|
// icon: 'tree'
|