hujiyi / blogcomments

0 stars 0 forks source link

使用 Element UI 和 Leancloud 的 Vue.js 项目开发 VII:论坛话题管理的实现 | Laohoo #39

Open hujiyi opened 2 years ago

hujiyi commented 2 years ago

https://hujiyi.github.io/2021/11/21/element-leancloud-project-VIII/

论坛话题的数据存储服务类在 src/api/service/ 文件夹下新建 topic_service.js, 打开文件 src/api/service/topic_service.js, 编辑其代码如下: 12345678910111213141516171819import BaseService from './base_service'; // 导入访问 lean