@@ -425,7 +425,7 @@
},
hanldConfirmFn (orderId){//确认打款供应商
this.$util.modal('提示','确定委托采美平台打款给供应商吗?确定之前请务必确保货品完好?','确定','取消',true,() =>{
- this.OrderService.confirmpayment({orderId:orderId,userId:this.userId}).then(response =>{
+ this.OrderService.confirmpayment({orderId:orderId}).then(response =>{
this.$util.msg('确认成功',2000,true,'success');
setTimeout(() => {
this.getOrderDatainit(this.currentTab)
@@ -4,8 +4,8 @@ if(process.env.NODE_ENV === 'development'){
// URL_CONFIG = 'http://192.168.2.68:8008' //涛涛联调地址
// URL_CONFIG = 'http://192.168.2.67:8008' //裴裴联调地址
// URL_CONFIG = 'http://192.168.2.81:8008'
- URL_CONFIG = 'http://192.168.2.75:8008' //超超联调地址
- // URL_CONFIG = 'https://spi-b.caimei365.com' //采美测试地址
+ // URL_CONFIG = 'http://192.168.2.75:8008' //超超联调地址
+ URL_CONFIG = 'https://spi-b.caimei365.com' //采美测试地址
// URL_CONFIG = 'https://spi.caimei365.com'
}else{
// 生产环境
@@ -1,9 +1,9 @@
let URL_CONFIG = ''
if(process.env.NODE_ENV === 'development'){
// 开发环境
- URL_CONFIG = 'http://192.168.2.75:18002' //超超联调地址
+ // URL_CONFIG = 'http://192.168.2.75:18002' //超超联调地址
// URL_CONFIG = 'http://192.168.2.68:18002' //裴裴联调地址
- // URL_CONFIG = 'https://core-b.caimei365.com'
+ URL_CONFIG = 'https://core-b.caimei365.com'
// URL_CONFIG = 'https://core.caimei365.com'