Browse Source

init

newStyle
lancer 3 years ago
parent
commit
ec0636ad6e
2 changed files with 4 additions and 5 deletions
  1. +2
    -3
      src/views/Receive/index.vue
  2. +2
    -2
      vue.config.js

+ 2
- 3
src/views/Receive/index.vue View File

@@ -768,7 +768,7 @@ export default {
arr.push(obj) arr.push(obj)
// console.log(arr) // console.log(arr)
axios({ axios({
url: `${jypath}/zk/file/updateRole`,
url: `autoSR/zk/file/updateRole`,
method: 'post', method: 'post',
data: { data: {
speaker:speaker, speaker:speaker,
@@ -777,10 +777,8 @@ export default {
customerId:this.fileId, customerId:this.fileId,
} }
}).then(res=>{ }).then(res=>{
if(res.data.res==1){
this.optimizetext[this.roleidx].speaker=this.roleFlag/1+1 this.optimizetext[this.roleidx].speaker=this.roleFlag/1+1
this.roleVisible=false this.roleVisible=false
}
}) })
}, },
//修改角色 //修改角色
@@ -1618,6 +1616,7 @@ export default {
} }
.activecoloc .content123 div{ .activecoloc .content123 div{
color:#38FFF1; color:#38FFF1;
// color:#FF7538;
} }
.center2 .text .avatar{ .center2 .text .avatar{
width: 34px; width: 34px;


+ 2
- 2
vue.config.js View File

@@ -4,10 +4,10 @@
*/ */
// const url = 'http://pigx-gateway' // const url = 'http://pigx-gateway'
// const url = 'http://39.97.167.65:9999' //测试 // 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.134:9999' //嘉豪
// const url = 'http://192.168.31.100: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 CompressionWebpackPlugin = require('compression-webpack-plugin')
const productionGzipExtensions = ['js', 'css'] const productionGzipExtensions = ['js', 'css']


Loading…
Cancel
Save