feat: 增加数据统计,销量统计,桌台统计

This commit is contained in:
2025-03-10 13:30:34 +08:00
parent cec6ea62df
commit f936328a66
17 changed files with 2466 additions and 28 deletions

View File

@@ -384,6 +384,16 @@ export const constantRoutes: RouteRecordRaw[] = [
hidden: true
},
},
{
path: "invite",
component: () => import("@/views/application/marketing/invite.vue"),
name: "invite",
meta: {
title: "邀请裂变",
affix: false,
hidden: true
},
},
{
path: "points",
component: () => import("@/views/application/marketing/points/index.vue"),