新闻中心已完成

This commit is contained in:
aixianling
2022-02-25 17:27:11 +08:00
parent 05d923b924
commit cb60468d0e
8 changed files with 973 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
export {default as newsList} from "./newsList";
export {default as addVideo} from "./addVideo";
export {default as addArticle} from "./addArticle";
export {default as newsDetail} from "./newsDetail";
export {default as videoDetail} from "./videoDetail";