src/views/student/components/upload-student.vue
@@ -10,7 +10,7 @@ @fileSuccess="fatherMethod" @file-uploading="showUploadProcess" :type="'AUDIENCE'" :action="'/dream_dev/player/importPlayer'" :action="'/dream/player/importPlayer'" > <div class="uploading-btn-to"> <i class="iconfont iconAdd"></i> 上传 @@ -85,7 +85,7 @@ self.progressStatus = ""; setTimeout(function () { const eventSource = new EventSource( "/dream_dev/sse-stream/" + "/dream/sse-stream/" + JSON.parse(localStorage.getItem("selectStaff")).id );