Fix bugs: active side bar

This commit is contained in:
heyanlong 2021-12-21 11:08:25 +08:00
parent 8a858dfe00
commit 56304db6fe

View File

@ -83,7 +83,7 @@ limitations under the License. -->
</template>
<script lang="ts" setup>
import { ref, onMounted } from "vue";
import { ref } from "vue";
import { useRouter, RouteRecordRaw, RouteRecordName } from "vue-router";
import { useI18n } from "vue-i18n";
import {
@ -114,9 +114,6 @@ const filterMenus = (menus: any[]) => {
return menus.filter((d) => d.meta && !d.meta.notShow);
};
onMounted(() => {
console.log(name)
})
</script>
<style lang="scss" scope>