小程序直播部分,暂未写完

This commit is contained in:
lemon橪
2021-05-25 14:27:18 +08:00
parent 44c88468d4
commit e5dbd18bf3
10 changed files with 728 additions and 36 deletions

View File

@@ -71,6 +71,12 @@ export const otherRouter = {
name: "add-coupon",
component: () => import("@/views/promotion/coupon/couponPublish.vue")
},
{
path: "add-live",
title: "创建直播",
name: "add-live",
component: () => import("@/views/promotion/live/addLive.vue")
},
{
path: "bill-detail",
title: "结算单详情",