浏览代码

修改bug

bill 2 年之前
父节点
当前提交
dcf536cf28
共有 1 个文件被更改,包括 16 次插入1 次删除
  1. 16 1
      src/views/record/shot-imitate.vue

+ 16 - 1
src/views/record/shot-imitate.vue

@@ -18,12 +18,26 @@ import {
   showLeftCtrlPanoStack, 
   showLeftPanoStack,
   showRightCtrlPanoStack,
-  showRightPanoStack
+  showRightPanoStack,
+showTaggingsStack
 } from '@/env'
+import {
+  initialScenes,
+  initialViews,
+  initialRecords,
+  initialFloders,
+  initialFloderTypes
+} from '@/store'
 
 import type { Component } from 'vue'
 import { currentModel } from '@/model';
 
+
+initialScenes(),
+initialViews(),
+initialFloders(),
+initialFloderTypes()
+
 const activeName = ref(RoutesName.summaryShow)
 const component = shallowRef<Component | null>(null)
 
@@ -70,6 +84,7 @@ useViewStack(() => {
   document.head.appendChild(style)
 
   return togetherCallback([
+    showTaggingsStack.push(ref(true)),
     showLeftCtrlPanoStack.push(ref(true)), 
     showLeftPanoStack.push(showLeftPano),
     showRightCtrlPanoStack.push(ref(true)),