tangning 8 months ago
parent
commit
1678a7e69e
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/views/topicNavigation/index.vue

+ 6 - 6
src/views/topicNavigation/index.vue

@@ -256,12 +256,12 @@ const handleItem = (index: number) => {
 
 const handleItemSubmit = () => {
   isPanoEditing.value = false
-  //main.syncNavigation(dataList.value)
-  //sdk_mounted((sdk) => {
-  //  // 重置状态
-  //  sdk.PanoCheckManager.leave()
-  //  clearScreen(false)
-  //})
+  main.syncNavigation(dataList.value)
+  sdk_mounted((sdk) => {
+   // 重置状态
+   sdk.PanoCheckManager.leave()
+   clearScreen(false)
+  })
 }
 const handlePanoDel = (index: number) => {
   const origin = dataList.value[currentPanoEditing.value].panos