Commit 8a0be2f3b753674072bc13451b68c8c18f040297
1 parent
20f1eac3
回看跳转
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/user/userlist.vue
| ... | ... | @@ -789,7 +789,7 @@ |
| 789 | 789 | this.$router.push(`/live?id=${item.StreamName}`); |
| 790 | 790 | }, |
| 791 | 791 | handleAnswerDetail(item) { |
| 792 | - window.open(`/index.html/#/answerDetail?id=${item.id}`, "_blank"); | |
| 792 | + window.open(`/index.html#/answerDetail?id=${item.id}`, "_blank"); | |
| 793 | 793 | }, |
| 794 | 794 | submitForm() { |
| 795 | 795 | let formData = { | ... | ... |