Commit 0c24b458909850c64e5729daba1cb6e1152cb094
1 parent
b695e038
获取健康值生产环境url跳转
Showing
1 changed file
with
2 additions
and
1 deletions
src/pages/healthGoodDetails/healthGoodDetails.vue
| ... | ... | @@ -431,9 +431,10 @@ export default { |
| 431 | 431 | // 设置跳转参数 |
| 432 | 432 | let params = { |
| 433 | 433 | type: '34', |
| 434 | - to: this.mode == 'prod' ? "http://wjjh5.cnlive.com" : "http://wjjh5test.cnlive.com" + "/cnStepApp.html?isShowTitle=true&type=web", | |
| 434 | + to: this.mode == 'prod' ? "http://wjjh5.cnlive.com/cnStepApp.html?isShowTitle=true&type=web" : "http://wjjh5test.cnlive.com/cnStepApp.html?isShowTitle=true&type=web", | |
| 435 | 435 | shop_type: '' |
| 436 | 436 | }; |
| 437 | + console.log(params); | |
| 437 | 438 | // 页面跳转 |
| 438 | 439 | this.$parent.gotoDetail(params); |
| 439 | 440 | } | ... | ... |