|
@@ -9,7 +9,11 @@
|
|
|
:menus="store.child.value as any"
|
|
|
@quit="store.child.value = null"
|
|
|
/>
|
|
|
- <ImageLabel v-if="store.activeMenuKey.value === UITypeExtend.image" />
|
|
|
+ {{store.activeMenuKey.value}}
|
|
|
+ <ImageLabel
|
|
|
+ v-if="store.activeMenuKey.value === UITypeExtend.image"
|
|
|
+ @quit="uiType.change(null)"
|
|
|
+ />
|
|
|
|
|
|
<GraphicAction class="full-action">
|
|
|
<ui-icon
|
|
@@ -36,7 +40,7 @@ import {router} from '@/router'
|
|
|
import {computed} from "vue";
|
|
|
import {customMap} from '@/hook'
|
|
|
import {focusMenuRaw, generateMixMenus, mainMenusRaw, photoMenusRaw, Mode, UITypeExtend} from './menus'
|
|
|
-import {currentVector, graphicState} from "@/hook/useGraphic";
|
|
|
+import {currentVector, graphicState, uiType} from "@/hook/useGraphic";
|
|
|
import geos, {GlobalComp} from "./geos/index";
|
|
|
|
|
|
const menusRaws = computed(() => {
|
|
@@ -74,4 +78,4 @@ const isFull = computed(() => customMap.sysView === 'full' )
|
|
|
font-size: 22px;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|