vue-join-dialog
Advanced tools
Comparing version 1.0.26 to 1.0.27
@@ -23,5 +23,5 @@ | ||
toComDetail: (no) => window.open(url + "/company?companyNo=" + no),//跳转企业详情 | ||
toJoinInfo: ({no,personal,type,isApproval,processNo}) => window.location.href = (`${hyUrl}/joinInfo?no=${no}&personal=${personal}&type=${type}&isApproval=${isApproval}&processNo=${processNo}`),//跳转申请邀请 | ||
toJoinInfo: ({no,personal,type,isApproval}) => window.location.href = (`${hyUrl}/joinInfo?no=${no}&personal=${personal}&type=${type}&isApproval=${isApproval}`),//跳转申请邀请 | ||
}; | ||
export default link; |
{ | ||
"name": "vue-join-dialog", | ||
"version": "1.0.26", | ||
"version": "1.0.27", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
22598