功能选择按钮修改

This commit is contained in:
zhujiyan
2024-08-27 14:01:26 +08:00
parent a3df1a14a0
commit 831f211702
16 changed files with 279 additions and 321 deletions

View File

@@ -6,7 +6,7 @@
:style="{
height: authStore.showMenuFlag
? 'calc(100vh - 120px)'
: 'calc(100vh - 100px)',
: 'calc(100vh - 80px)',
}"
>
<div class="mode" v-for="(item, index) in modeList" :key="index">
@@ -38,7 +38,6 @@ import { useRouter } from "vue-router";
import { ElMessage } from "element-plus";
import { useAuthStore } from "@/stores/modules/auth.ts";
const authStore = useAuthStore();
console.log(authStore.showMenuFlagGet, "????????????????33333333");
const activeIndex = ref("1-1");
const router = useRouter();
const modeList = [