|
|
@ -40,7 +40,10 @@ const props = defineProps({ |
|
|
|
}, |
|
|
|
}) |
|
|
|
const toClassifyPage = id => { |
|
|
|
window.location.href = `/#/case-show?t=${id}` |
|
|
|
console.log(window.location) |
|
|
|
const origin = window.location.origin |
|
|
|
const pathname = window.location.pathname |
|
|
|
window.location.href = `${origin}${pathname}#/case-show?t=${id}` |
|
|
|
window.location.reload() |
|
|
|
} |
|
|
|
const getImg = id => { |
|
|
|