Merge branch 'dev-ryan' into ma

This commit is contained in:
mabo
2021-06-03 16:17:40 +08:00
35 changed files with 4840 additions and 476 deletions

View File

@@ -296,6 +296,12 @@ export const otherRouter = {
title: "短信签名",
name: "add-sms-sign",
component: () => import("@/views/sys/message/smsSign.vue")
},
{
path: "liveDetail",
title: "查看直播",
name: "liveDetail",
component: () => import("@/views/live/liveDetail.vue")
}
]
};