[添加梵呗弹窗]

This commit is contained in:
2024-01-26 17:37:47 +08:00
parent 2a998468d9
commit 6ccb9ca8f1
7 changed files with 119 additions and 15 deletions

View File

@@ -36,11 +36,18 @@ const articlesSubscribe = (article_id) => req({
url: "cms/articles/subscribe/" + article_id
})
// 广告开关
const festival = () => req({
url: "festival"
})
export default ({
home,
articlesList,
articlesSee,
articlesClass,
articlesFavorite,
articlesSubscribe
articlesSubscribe,
festival
})