corala 2 роки тому
джерело
коміт
02b88e4df3
2 змінених файлів з 5 додано та 2 видалено
  1. +1
    -1
      src/views/Receive/index.vue
  2. +4
    -1
      src/views/Template/requireminingAnalysis.vue

+ 1
- 1
src/views/Receive/index.vue Переглянути файл

@@ -2425,7 +2425,7 @@ export default {
download() {
console.log(this.recordPath);
saveAs(
`http://81.70.55.170:9999/autoSR/zk/file/filedownload?videoSrc=${this.recordPath}`,
`http://39.97.244.65:9999/autoSR/zk/file/filedownload?videoSrc=${this.recordPath}`,
"audio.mp3"
);
return;


+ 4
- 1
src/views/Template/requireminingAnalysis.vue Переглянути файл

@@ -1,5 +1,5 @@
<template>
<div>
<div class="pagecontent">
<div class="app-titel">
<div class="screeningbox">
<div class="screeningboxlebl">接待时间:</div>
@@ -1022,6 +1022,9 @@ export default {
}
</script>
<style scoped="scoped" lang="scss" >
.pagecontent{
padding: 0 15px;
}
.app-titel {
width: 100%;
height: 180px;


Завантаження…
Відмінити
Зберегти