From f80ae21241f6b22ca2414ed21d6d78a1c460f2db Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Mon, 30 Jan 2023 10:54:35 +0800 Subject: [PATCH] tijaio --- src/views/Receive/index.vue | 12 +++++------- vue.config.js | 4 ++-- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/src/views/Receive/index.vue b/src/views/Receive/index.vue index 5b66e3e..b7e7af7 100644 --- a/src/views/Receive/index.vue +++ b/src/views/Receive/index.vue @@ -29,7 +29,7 @@ >
@@ -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( diff --git a/vue.config.js b/vue.config.js index 2b82699..498d2a4 100644 --- a/vue.config.js +++ b/vue.config.js @@ -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' // 正式域名