mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
提交修改
This commit is contained in:
@@ -359,7 +359,7 @@
|
||||
totalContent: 0, //课程内容数量
|
||||
pageCount: 0,
|
||||
currentPage: 0,
|
||||
fileBaseUrl: process.env.VUE_APP_FILE_BASE_URL,
|
||||
fileBaseUrl: this.$xpage.constants.fileBaseUrl,//使用动态的路径 ,不使用配置的路径了process.env.VUE_APP_FILE_BASE_URL,
|
||||
contentList: [],
|
||||
sectionList: [],
|
||||
teachers: [],
|
||||
@@ -393,7 +393,7 @@
|
||||
this.$watermark.set(this.userInfo.name + this.userInfo.loginName);
|
||||
this.courseId = this.$route.query.id;
|
||||
this.loadData();
|
||||
|
||||
//console.log(this.$xpage.constants.fileBaseUrl,'this.$xpage.constants.fileBaseUrl');
|
||||
},
|
||||
computed: {
|
||||
...mapGetters(['userInfo']),
|
||||
|
||||
Reference in New Issue
Block a user