Commit e524f0b8d5eba3bd5223c19b8a14f55e8bb1a900
1 parent
4d839f1e
环境变量切换
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/index/index.vue
| @@ -48,7 +48,7 @@ | @@ -48,7 +48,7 @@ | ||
| 48 | "title": "线下赛事", | 48 | "title": "线下赛事", |
| 49 | "type": "30", | 49 | "type": "30", |
| 50 | "shop_type": "{\"id\":\"3\",\"title\":\"\\u7ebf\\u4e0b\\u8d5b\\u4e8b\"}", | 50 | "shop_type": "{\"id\":\"3\",\"title\":\"\\u7ebf\\u4e0b\\u8d5b\\u4e8b\"}", |
| 51 | - "to": "https://wjjshop.cnlive.com/html/sports-china/1/#/", | 51 | + "to": this.getParams(this.mode).shop.apiAddress + "/html/sports-china/1/#/", |
| 52 | } | 52 | } |
| 53 | } | 53 | } |
| 54 | this.$parent.gotoDetail(items) | 54 | this.$parent.gotoDetail(items) |