Browse Source

bug跳转报错问题处理

dev
wangshuai 2 years ago
parent
commit
32b2785085
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      pages/center/Piabodata/Customerportrait/Receivedetailabout.vue
  2. +1
    -1
      pages/center/consumer/consumerDetail.vue
  3. +2
    -2
      utils/domain.js

+ 1
- 1
pages/center/Piabodata/Customerportrait/Receivedetailabout.vue View File

@@ -1475,7 +1475,7 @@
clickaudeopal(item){
if(item.selected==0){
uni.navigateTo({
url: '/pages/mine/ScoringPlaylist?customerId='+this.customerId +"&id="+item.marketingId
url: '/pages/mine/ScoringPlaylist?customerId='+this.customerId +"&id="+item.marketingId + "&type=0"
})
}
},


+ 1
- 1
pages/center/consumer/consumerDetail.vue View File

@@ -400,7 +400,7 @@
clickaudeopal(item){
if(item.selected==0){
uni.navigateTo({
url: '/pages/mine/ScoringPlaylist?customerId='+this.customerId +"&id="+item.marketingId
url: '/pages/mine/ScoringPlaylist?customerId='+this.customerId +"&id="+item.marketingId + '&type=0'
})
}
},


+ 2
- 2
utils/domain.js View File

@@ -4,12 +4,12 @@
// const baseUrl = 'http://192.168.31.89:9090/api';// sh
// const baseUrl = 'http://121.42.63.138:9091/autoSR/api';// 测试站
// const baseUrl = 'http://192.168.31.92:8080/api';// 测试站
const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 测试站
// const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 测试站
// const baseUrl = 'http://192.168.31.167:8080/autoSR/api'; // 长龙
// const baseUrl = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪
// const baseUrl = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏
// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式
// const baseUrl = 'https://hfju.com/api'; // 数智正式
const baseUrl = 'https://hfju.com/api'; // 数智正式

// config使用域名
/**192.168.31.167


Loading…
Cancel
Save