Commit e9119eec71270eafabb77733eae2a6f8f6fec2cb
1 parent
4a2d4583
啥也不是
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 | - `${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 | '_blank'); | 736 | '_blank'); |
| 737 | }, | 737 | }, |
| 738 | handleClose(tag, row) { | 738 | handleClose(tag, row) { |