浏览代码

feat: 修复bug

rindy 8 月之前
父节点
当前提交
015ee89287
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/topicNavigation/index.vue

+ 1 - 0
src/views/topicNavigation/index.vue

@@ -243,6 +243,7 @@ const handleItemSubmit = () => {
   sdk_mounted((sdk) => {
     // 重置状态
     sdk.PanoCheckManager.leave()
+    clearScreen(false)
   })
 }
 const handlePanoDel = (index: number) => {