feat: 增加数据统计,销量统计,桌台统计
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user