Commit a23318e5 by 黑潮

fix: 修复链接跳转404

parent 1be10f79
......@@ -246,7 +246,7 @@ export default {
},
linkToDetail(deliveryId) {
// this.$router.push({ path: '/performance/delivery-detail', query: { deliveryId } });
window.open(`/performance/delivery-detail?deliveryId=${deliveryId}`);
window.open(`/welfare/gift-performance/delivery-detail?deliveryId=${deliveryId}`);
},
handleSearchTypeChange() {
this.searchValue = '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment