多环境测试

This commit is contained in:
daihh
2022-06-03 11:14:17 +08:00
parent 476d2e9f99
commit ba622ba174
8 changed files with 34 additions and 21 deletions

View File

@@ -293,7 +293,7 @@ import ad from '@/components/Portal/adFloat.vue';
import interactRowBar from '@/components/Portal/interactRowBar.vue';
import courseImage from '@/components/Course/courseImage.vue';
import articleImage from '@/components/Article/articleImage.vue';
import { toScore,getFileBaseUrl} from '@/utils/tools.js';
import { toScore} from '@/utils/tools.js';
export default {
name: 'index',
components: { portalHeader,ad, portalFooter, articleImage, portalFloatTools, authorInfo, interactRowBar, interactBar, courseImage },
@@ -331,8 +331,7 @@ export default {
};
},
mounted() {
//console.log(getFileBaseUrl(),'getFileBaseUrl')
console.log(this.$Constants.fileBaseUrl,'fileBaseUrl地址');
//console.log(this.$Constants.fileBaseUrl,'fileBaseUrl地址');
this.getCourseData(1);
this.getCaseData();
this.getArticleData();