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