feat:修改直播封面

This commit is contained in:
lixg
2022-12-06 21:59:37 +08:00
parent 1d50c6932a
commit 7ea979bc43
7 changed files with 105 additions and 74 deletions

View File

@@ -271,7 +271,10 @@ const commonData = {
//组织树
const organizationalTree = []
//嵌套页面
const iframeUrl = "https://u-pre.boe.com/pc/iframe"
//二维码
const codeUrl = "https://u-pre.boe.com"
export {
throttle,
toDate,
@@ -285,4 +288,5 @@ export {
commonData,
organizationalTree,
iframeUrl,
codeUrl,
}