调整目录结构

This commit is contained in:
2026-03-09 17:57:44 +08:00
parent 80acd0fd2e
commit 912087fa75
17 changed files with 2085 additions and 1133 deletions

View File

@@ -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',