mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
课件预览不使用配置路径
This commit is contained in:
@@ -267,7 +267,8 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
resOwnerListMap: [],
|
||||
fileBaseUrl: process.env.VUE_APP_FILE_BASE_URL,
|
||||
//fileBaseUrl: process.env.VUE_APP_FILE_BASE_URL,
|
||||
fileBaseUrl:this.$xpage.constants.fileBaseUrl, //获成动态获取的处理
|
||||
getType: getType,
|
||||
loading: false,
|
||||
defaultProps: {
|
||||
|
||||
Reference in New Issue
Block a user