feat: 集成edu-core模块并重构课程详情页视频播放
- 添加edu-core本地依赖,用于视频播放组件 - 重构课程详情页,使用CourseVideo组件替换原有视频播放逻辑 - 优化课程列表页布局和样式,修复边框单位问题 - 更新manifest.json支持多方向屏幕旋转
This commit is contained in:
@@ -373,8 +373,8 @@ export default {
|
||||
title: '加载中'
|
||||
})
|
||||
var data = {
|
||||
type: "vip",
|
||||
qudao: "google",
|
||||
type: "point",
|
||||
qudao: "Android",
|
||||
};
|
||||
$http.request({
|
||||
url: this.urlList.list,
|
||||
|
||||
Reference in New Issue
Block a user