소스 검색

修改首页穿透问题

message
douzhuo 2 년 전
부모
커밋
e7eaa3d027
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -1
      pages/index/index.vue
  2. +2
    -2
      utils/domain.js

+ 1
- 1
pages/index/index.vue 파일 보기

@@ -843,7 +843,7 @@
}
} else {
uni.navigateTo({
url: '/pages/center/records/index?refresh=refresh&activeTotal=0&markAdvisor=0'
url: '/pages/center/records/index?refresh=refresh&activeTotal=0&markAdvisor=0&validInvalid=0'
});
}
}


+ 2
- 2
utils/domain.js 파일 보기

@@ -1,7 +1,7 @@
// const base = 'http://81.70.55.170:9999'; // 测试站
const base = 'http://81.70.55.170:9999'; // 测试站
// const base = 'http://127.0.0.1:9999'; // 本地
// const base = 'http://192.168.31.148:9999' ;// 泽明
const base = 'http://192.168.31.94:9999' ;// 胜浩
// const base = 'http://192.168.31.94:9999' ;// 胜浩
// const base = 'http://192.168.31.161:9999' // 长龙
// const base = 'https://zanyong.hfju.com';// 正式 AI销管// 弃用
// const base = 'https://hxz.quhouse.com';// 正式 AI销讲助手


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