|
|
@@ -3,8 +3,12 @@
|
|
|
</template>
|
|
|
|
|
|
<script lang="ts" setup>
|
|
|
+import { onMounted } from 'vue';
|
|
|
import BasicLayoutEntry from './component/BasicLayoutEntry.vue';
|
|
|
import { LayoutConfigType } from '@/types/page-config/type';
|
|
|
+onMounted(() => {
|
|
|
+ sessionStorage.removeItem('selectCompanyId')
|
|
|
+})
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped></style>
|