Commit e9119eec71270eafabb77733eae2a6f8f6fec2cb

Authored by yangzhi
1 parent 4a2d4583

啥也不是

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