调整目录结构
This commit is contained in:
@@ -475,7 +475,7 @@ export const routes: RouteRecord[] = [
|
||||
{
|
||||
id: 'marketing_integral_statistic',
|
||||
title: '积分统计',
|
||||
path: '/pages/mall/admin/marketing/integral/statistic',
|
||||
path: '/pages/mall/admin/marketing/points/statistic',
|
||||
componentKey: 'MarketingIntegralStatistic',
|
||||
parentId: 'marketing',
|
||||
groupId: 'marketing-integral',
|
||||
@@ -485,7 +485,7 @@ export const routes: RouteRecord[] = [
|
||||
{
|
||||
id: 'marketing_integral_product',
|
||||
title: '积分商品',
|
||||
path: '/pages/mall/admin/marketing/integral/product',
|
||||
path: '/pages/mall/admin/marketing/points/product',
|
||||
componentKey: 'MarketingIntegralProduct',
|
||||
parentId: 'marketing',
|
||||
groupId: 'marketing-integral',
|
||||
@@ -495,7 +495,7 @@ export const routes: RouteRecord[] = [
|
||||
{
|
||||
id: 'marketing_integral_order',
|
||||
title: '积分订单',
|
||||
path: '/pages/mall/admin/marketing/integral/order',
|
||||
path: '/pages/mall/admin/marketing/points/order',
|
||||
componentKey: 'MarketingIntegralOrder',
|
||||
parentId: 'marketing',
|
||||
groupId: 'marketing-integral',
|
||||
@@ -505,7 +505,7 @@ export const routes: RouteRecord[] = [
|
||||
{
|
||||
id: 'marketing_integral_record',
|
||||
title: '积分记录',
|
||||
path: '/pages/mall/admin/marketing/integral/record',
|
||||
path: '/pages/mall/admin/marketing/points/record',
|
||||
componentKey: 'MarketingIntegralRecord',
|
||||
parentId: 'marketing',
|
||||
groupId: 'marketing-integral',
|
||||
@@ -515,7 +515,7 @@ export const routes: RouteRecord[] = [
|
||||
{
|
||||
id: 'marketing_integral_config',
|
||||
title: '积分配置',
|
||||
path: '/pages/mall/admin/marketing/integral/config',
|
||||
path: '/pages/mall/admin/marketing/points/config',
|
||||
componentKey: 'MarketingIntegralConfig',
|
||||
parentId: 'marketing',
|
||||
groupId: 'marketing-integral',
|
||||
|
||||
Reference in New Issue
Block a user