提交修改

This commit is contained in:
daihh
2022-11-15 17:19:56 +08:00
parent 21e123149b
commit 0999553fe6
4 changed files with 4 additions and 6 deletions

View File

@@ -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']),