Commit 9429b4b642d5b54b6455b34230d1952fd0f5baeb
1 parent
addcb3a7
跳转
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/moreDynamic/moreDynamic.vue
| ... | ... | @@ -153,7 +153,7 @@ |
| 153 | 153 | // 临时,设置跳转参数,跳转达人动态详情页面 |
| 154 | 154 | Object.assign(item, { |
| 155 | 155 | type: "5", |
| 156 | - to: (this.mode == "prod") ? "https://managemall.cnlive.com/html/preferred-library/1/#/pages/darenProfileDynamicDetail/darenProfileDynamicDetail?from=redirect" + "&id=" + item.uid: "https://wjjshop.cnlive.com/html/preferred-library/1/#/pages/darenProfileDynamicDetail/darenProfileDynamicDetail?from=redirect"+ "&id=" + item.uid, | |
| 156 | + to: (this.mode == "prod") ? "https://managemall.cnlive.com/html/preferred-library/1/#/pages/darenProfileDynamicDetail/darenProfileDynamicDetail?from=redirect" + "&id=" + item.id: "https://wjjshop.cnlive.com/html/preferred-library/1/#/pages/darenProfileDynamicDetail/darenProfileDynamicDetail?from=redirect"+ "&id=" + item.id, | |
| 157 | 157 | shop_type: "" |
| 158 | 158 | }); |
| 159 | 159 | ... | ... |