2020年12月26日

搜索前端页面

摘要: SearchCourse搜索页面 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 阅读全文

posted @ 2020-12-26 21:44 Plyc 阅读(80) 评论(0) 推荐(0) 编辑

搜索导航栏

摘要: Header搜索组件:选择性CV router/index.js 12345678910 import SearchCourse from '../views/SearchCourse.vue'const routes = [ // ... { path: '/course/search', nam 阅读全文

posted @ 2020-12-26 21:42 Plyc 阅读(129) 评论(0) 推荐(0) 编辑

搜索后台接口

摘要: 路由:course/urls.py 1 router.register('search', views.SearchCourseViewSet, 'search') # 搜索课程 视图:course/views.py 1234567891011121314 from rest_framework.v 阅读全文

posted @ 2020-12-26 21:11 Plyc 阅读(69) 评论(0) 推荐(0) 编辑

课程详情页之前台

摘要: 详情页组件 依赖:在luffycity目录下的命令 1 >: cnpm install vue-video-player--save 配置:main.js 12345 // vue-video播放器require('video.js/dist/video-js.css');require('vue- 阅读全文

posted @ 2020-12-26 15:53 Plyc 阅读(107) 评论(0) 推荐(0) 编辑

导航