|
@@ -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)),
|