Merge branch 'feature/ad-0531-ch' into msb_test

fix/down-0602-ch
ch 2 years ago
commit da8bb5704e

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-05-04 17:50:33
* @LastEditors: ch
* @LastEditTime: 2022-05-31 18:43:10
* @LastEditTime: 2022-06-01 11:38:10
* @Description: file content
-->
@ -39,6 +39,9 @@ export default {
case AD_JUMP_TYPE.GOODS:
window.open(`${location.origin}/goods/detail/${item.jumpUrl}`);
break;
case AD_JUMP_TYPE.CATEGORY:
window.open(`${location.origin}/goods/list?id=${item.jumpUrl}&levelType=1`);
break;
case AD_JUMP_TYPE.LINK:
window.open(item.jumpUrl, '_blank');
break;

Loading…
Cancel
Save