|
@@ -28,14 +28,13 @@
|
|
|
<div v-else-if="isShowMenu == 0" class="menu-show-icon">
|
|
|
<div class="icon" @click="openMenu"></div>
|
|
|
</div>
|
|
|
- <div v-else>4343434</div>
|
|
|
</template>
|
|
|
|
|
|
<script lang="ts">
|
|
|
import { defineComponent, onMounted, ref } from 'vue';
|
|
|
import type { Menu } from '/@/router/types';
|
|
|
import FourBorderBg from '/@/components/vent/fourBorderBg.vue';
|
|
|
- import { Icon as SvgIcon } from '/@/components/Icon';
|
|
|
+ import { Icon as SvgIcon } from '/@/components/Icon';
|
|
|
import { getMenus } from '/@/router/menus';
|
|
|
import { useGo } from '/@/hooks/web/usePage';
|
|
|
|