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