Browse Source

tijaio

newStyle
douzhuo 1 year ago
parent
commit
f80ae21241
2 changed files with 7 additions and 9 deletions
  1. +5
    -7
      src/views/Receive/index.vue
  2. +2
    -2
      vue.config.js

+ 5
- 7
src/views/Receive/index.vue View File

@@ -29,7 +29,7 @@
>
<div v-if="rec_index_addJ" @click="Addtodigest()">
<div
v-if="arr[this.aplayerId].status == 0"
v-if="arr[aplayerId].status == 0"
style="display: flex; align-items: center"
>
<i class="el-icon-star-on" style="font-size: 20px"></i>
@@ -2201,15 +2201,13 @@ export default {

//获取转写内容和播放列表
Getsthetransliteratecontent() {
axios({
url: `/autoSR/zk/file/findBycusId`,
method: 'get',
params: {
this.$api.http.findByCusIdcusId({
cusId: this.fileId
}
}).then(res => {
}).then(res => {
console.log(res, 'dsadasd')
let audopbj = res.data;
this.mg = res.data[0].merge;
console.log(res.data[0].merge, 'res.data[0].merge')
this.recordPath = audopbj[this.AudioIdx].recordPath;
audopbj[this.AudioIdx].audioContent != ""
? (this.transcriptionlist = JSON.parse(


+ 2
- 2
vue.config.js View File

@@ -2,11 +2,11 @@
* 配置参考:
* https://cli.vuejs.org/zh/config/
*/
// const url = 'http://192.168.31.160:9999' //长龙
const url = 'http://192.168.31.160:9999' //长龙
// const url = 'http://192.168.31.85:9999' // 胜浩
// const url = 'http://127.0.0.1:9999' // 本地

const url = 'http://39.97.244.65:9999' // 测试服务器
// const url = 'http://39.97.244.65:9999' // 测试服务器

// const url = 'http://62.234.122.43:9999' //正式服务器1
// const url = 'https://www.aihxz.com' // 正式域名


Loading…
Cancel
Save