This commit is contained in:
sjl
2024-11-14 18:26:34 +08:00
parent 65cb7826d3
commit 87fe66da3e
42 changed files with 188 additions and 204 deletions

View File

@@ -38,7 +38,7 @@ import model from "./tabs/model.vue";
import dashboard from "./tabs/dashboard.vue";
import { onMounted } from "vue";
const authStore = useAuthStore();
console.log(authStore.showMenuFlagGet, "????????????????33333333");
const activeIndex = ref("1-1");
const router = useRouter();
const modeList = [
@@ -74,10 +74,10 @@ const handelOpen = async (isActive: any) => {
}
};
const handleSelect = (key: string, keyPath: string[]) => {
console.log(key, keyPath);
//console.log(key, keyPath);
};
onMounted(() => {
console.log();
//console.log();
});
</script>
<style lang="scss" scoped>