mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
变更替换
This commit is contained in:
@@ -285,7 +285,7 @@ export default {
|
|||||||
homeworkInfo: {},
|
homeworkInfo: {},
|
||||||
examInfo: {},
|
examInfo: {},
|
||||||
assessInfo: {},
|
assessInfo: {},
|
||||||
fileBaseUrl: process.env.VUE_APP_FILE_BASE_URL,
|
fileBaseUrl: this.$Constants.fileBaseUrl,
|
||||||
btnLoading: false,
|
btnLoading: false,
|
||||||
curCFile:{},//课件内容
|
curCFile:{},//课件内容
|
||||||
coursewareInfo: {
|
coursewareInfo: {
|
||||||
|
|||||||
@@ -323,7 +323,7 @@ export default {
|
|||||||
},
|
},
|
||||||
contentDataShow:true,//预览页面和课程内容的切换
|
contentDataShow:true,//预览页面和课程内容的切换
|
||||||
isEdit: true,
|
isEdit: true,
|
||||||
fileBaseUrl: process.env.VUE_APP_FILE_BASE_URL,
|
fileBaseUrl: this.$Constants.fileBaseUrl,
|
||||||
contentData: {},
|
contentData: {},
|
||||||
curCFile:{},//课件内容
|
curCFile:{},//课件内容
|
||||||
getType: getType,
|
getType: getType,
|
||||||
|
|||||||
@@ -361,7 +361,7 @@
|
|||||||
data(){
|
data(){
|
||||||
return {
|
return {
|
||||||
converStatus:4,
|
converStatus:4,
|
||||||
fileBaseUrl:process.env.VUE_APP_FILE_BASE_URL,
|
fileBaseUrl:this.$Constants.fileBaseUrl,
|
||||||
curPdfPath:'',
|
curPdfPath:'',
|
||||||
curCFile:{},//当前课件的内容
|
curCFile:{},//当前课件的内容
|
||||||
comTypes:[
|
comTypes:[
|
||||||
|
|||||||
@@ -562,7 +562,7 @@
|
|||||||
courseFileShow:false,
|
courseFileShow:false,
|
||||||
curContent:{id:'',contentType:0,contenRefId:''},
|
curContent:{id:'',contentType:0,contenRefId:''},
|
||||||
curCFile:{},//当前课件的内容
|
curCFile:{},//当前课件的内容
|
||||||
fileBaseUrl:process.env.VUE_APP_FILE_BASE_URL,
|
fileBaseUrl:this.$Constants.fileBaseUrl,
|
||||||
imageShowUrl: '',
|
imageShowUrl: '',
|
||||||
activeName: 'courseware',
|
activeName: 'courseware',
|
||||||
getType: getType,
|
getType: getType,
|
||||||
|
|||||||
@@ -286,7 +286,7 @@ export default {
|
|||||||
totalContent: 0, //课程内容数量
|
totalContent: 0, //课程内容数量
|
||||||
pageCount: 0,
|
pageCount: 0,
|
||||||
currentPage: 0,
|
currentPage: 0,
|
||||||
fileBaseUrl: process.env.VUE_APP_FILE_BASE_URL,
|
fileBaseUrl: this.$Constants.fileBaseUrl,
|
||||||
contentList: [],
|
contentList: [],
|
||||||
sectionList: [],
|
sectionList: [],
|
||||||
teachers: [],
|
teachers: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user