lyc-dev #134

Merged
lyc merged 5 commits from lyc-dev into main 2024-08-15 09:59:08 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2a84455f05 - Show all commits

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