|
@@ -21,10 +21,8 @@ onMounted(() => {
|
|
})
|
|
})
|
|
onUnmounted(() => {
|
|
onUnmounted(() => {
|
|
const __win = window as any
|
|
const __win = window as any
|
|
- console.warn('onUnmounted')
|
|
|
|
if (__win.__sdk) {
|
|
if (__win.__sdk) {
|
|
__win.__sdk = null
|
|
__win.__sdk = null
|
|
- location.reload()
|
|
|
|
}
|
|
}
|
|
})
|
|
})
|
|
const handleTagview = ({ id }) => {
|
|
const handleTagview = ({ id }) => {
|