mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 09:46:43 +08:00
修改常中配置路径的使用
This commit is contained in:
@@ -293,7 +293,7 @@ export default {
|
||||
studyId: "",
|
||||
tags: [],
|
||||
numberToLetter: numberToLetter,
|
||||
fileBaseUrl: this.$xpage.constants.fileBaseUrl,
|
||||
fileBaseUrl: process.env.VUE_APP_FILE_BASE_URL,
|
||||
blobUrl:'',//播放的文件地址,新添加,采用blob方式
|
||||
getType: getType,
|
||||
courseType,
|
||||
|
||||
@@ -292,7 +292,7 @@ export default {
|
||||
totalContent: 0, //课程内容数量
|
||||
pageCount: 0,
|
||||
currentPage: 0,
|
||||
fileBaseUrl: this.$xpage.constants.fileBaseUrl,
|
||||
fileBaseUrl: process.env.VUE_APP_FILE_BASE_URL,
|
||||
contentList: [],
|
||||
sectionList: [],
|
||||
teachers: [],
|
||||
|
||||
Reference in New Issue
Block a user