调整目录结构

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

@@ -48,11 +48,11 @@ import OrderConfig from '@/pages/mall/admin/order/order-configuration/index.uvue
// --- 营销模块 ---
import MarketingCouponList from '@/pages/mall/admin/marketing/coupon/list.uvue'
import MarketingCouponUser from '@/pages/mall/admin/marketing/coupon/user.uvue'
import MarketingIntegralStatistic from '@/pages/mall/admin/marketing/integral/statistic.uvue'
import MarketingIntegralProduct from '@/pages/mall/admin/marketing/integral/list.uvue'
import MarketingIntegralOrder from '@/pages/mall/admin/marketing/integral/order.uvue'
import MarketingIntegralRecord from '@/pages/mall/admin/marketing/integral/record.uvue'
import MarketingIntegralConfig from '@/pages/mall/admin/marketing/integral/config.uvue'
import MarketingIntegralStatistic from '@/pages/mall/admin/marketing/points/statistic.uvue'
import MarketingIntegralProduct from '@/pages/mall/admin/marketing/points/list.uvue'
import MarketingIntegralOrder from '@/pages/mall/admin/marketing/points/order.uvue'
import MarketingIntegralRecord from '@/pages/mall/admin/marketing/points/record.uvue'
import MarketingIntegralConfig from '@/pages/mall/admin/marketing/points/config.uvue'
import MarketingLotteryList from '@/pages/mall/admin/marketing/lottery/list.uvue'
import MarketingLotteryConfig from '@/pages/mall/admin/marketing/lottery/config.uvue'
import MarketingCombinationProduct from '@/pages/mall/admin/marketing/combination/product.uvue'

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