Commit 4a2d4583de6d7e08e6782fd8d069ac4d5689c09e

Authored by yangzhi
1 parent 76f8396d

简历跳转链接修改

Showing 1 changed file with 1 additions and 1 deletions
src/views/user/userlist.vue
@@ -732,7 +732,7 @@ @@ -732,7 +732,7 @@
732 }, 732 },
733 handleToResume(item) { 733 handleToResume(item) {
734 window.open( 734 window.open(
735 - `http://admin.7-stars.com.cn/Appraise/${item.sex == 1 ? 'malestaff' : 'femalestaff'}/${item.id}.html`, 735 + `${location.origin}/#/resume/${item.sex == 1 ? 'malestaff' : 'femalestaff'}?id=${item.id}`,
736 '_blank'); 736 '_blank');
737 }, 737 },
738 handleClose(tag, row) { 738 handleClose(tag, row) {