[添加梵呗弹窗]
This commit is contained in:
@@ -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
|
||||
})
|
||||
Reference in New Issue
Block a user