소스 검색

声波路径及空格问题

qinpeng 2 년 전
부모
커밋
a421102cc6
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/api/ajax.js
  2. 1 1
      src/components/Adult/preview/Voicefullscreen.vue

+ 1 - 1
src/api/ajax.js

@@ -49,7 +49,7 @@ export function WebFileDownload(data) {
         SessionID = user.session_id;
     }
     return request({
-        url: `/GCLSFileServer/WebFileDownload??UserCode=${UserCode}&UserType=${UserType}&SessionID=${SessionID}`,
+        url: `/GCLSFileServer/WebFileDownload?UserCode=${UserCode}&UserType=${UserType}&SessionID=${SessionID}`,
         method: 'get',
         responseType:'blob',
         params: data

+ 1 - 1
src/components/Adult/preview/Voicefullscreen.vue

@@ -1728,7 +1728,7 @@ export default {
                     newtime2 += item;
                   }
                 });
-                that.ShowcurentTime = newtime + "-" + newtime2;
+                that.ShowcurentTime = newtime + " - " + newtime2;
               }
             } else {
               if (time * 1000 == that.ed) {