-- 导出地址

This commit is contained in:
yuping
2023-01-11 18:21:44 +08:00
parent aee6d4bbf4
commit deaed0e4c0
16 changed files with 30 additions and 41 deletions

View File

@@ -433,7 +433,7 @@ export default {
{/* 导出数据 */}
function exportData() {
window.open(`${process.env.VUE_APP_PROXY_URL}admin/exam/manage/exportExam?chapterId=${props.datasource.chapterId}&targetId=${props.datasource.routerId}&taskId=${props.datasource.courseId}&type=${1}`)
window.open(`${process.env.VUE_APP_BASE_API}/admin/exam/manage/exportExam?chapterId=${props.datasource.chapterId}&targetId=${props.datasource.routerId}&taskId=${props.datasource.courseId}&type=${1}`)
{/* api.ExportExam({
"chapterId": props.datasource.chapterId,
"targetId": props.datasource.routerId,