From ec0636ad6e69ca8b821dac0da994d3ce63eea30e Mon Sep 17 00:00:00 2001 From: lancer <1905818361@qq.com> Date: Fri, 7 Jan 2022 16:06:22 +0800 Subject: [PATCH] init --- src/views/Receive/index.vue | 5 ++--- vue.config.js | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/views/Receive/index.vue b/src/views/Receive/index.vue index ac20576..9ec2924 100644 --- a/src/views/Receive/index.vue +++ b/src/views/Receive/index.vue @@ -768,7 +768,7 @@ export default { arr.push(obj) // console.log(arr) axios({ - url: `${jypath}/zk/file/updateRole`, + url: `autoSR/zk/file/updateRole`, method: 'post', data: { speaker:speaker, @@ -777,10 +777,8 @@ export default { customerId:this.fileId, } }).then(res=>{ - if(res.data.res==1){ this.optimizetext[this.roleidx].speaker=this.roleFlag/1+1 this.roleVisible=false - } }) }, //修改角色 @@ -1618,6 +1616,7 @@ export default { } .activecoloc .content123 div{ color:#38FFF1; + // color:#FF7538; } .center2 .text .avatar{ width: 34px; diff --git a/vue.config.js b/vue.config.js index b0d4d6a..006679b 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,10 +4,10 @@ */ // const url = 'http://pigx-gateway' // const url = 'http://39.97.167.65:9999' //测试 -const url = 'http://192.168.31.169:9999' //长龙 +// const url = 'http://192.168.31.169:9999' //长龙 // const url = 'http://192.168.31.134:9999' //嘉豪 // const url = 'http://192.168.31.100:9999' //王笑 -// const url = 'http://62.234.122.43:9999' //王笑 +const url = 'http://62.234.122.43:9999' //正式 const CompressionWebpackPlugin = require('compression-webpack-plugin') const productionGzipExtensions = ['js', 'css']