소스 검색

bug跳转报错问题处理

dev
wangshuai 2 년 전
부모
커밋
32b2785085
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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


불러오는 중...
취소
저장