教材封面baseUrl

This commit is contained in:
lyc 2024-08-15 09:55:37 +08:00
parent ba9b381b69
commit 2a84455f05
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ import { onMounted, ref, nextTick, toRaw, reactive } from 'vue';
import useUserStore from '@/store/modules/user'
import { listEvaluation } from '@/api/subject'
const BaseUrl = 'https://prev.ysaix.com:7868/'
const BaseUrl = import.meta.env.VITE_APP_BUILD_BASE_PATH
// emit
const emit = defineEmits(['nodeClick', 'changeBook'])
// store