<template>
<index-view entrance="archive" />
</template>
<script setup>
import IndexView from "../job_data/index.vue";
</script>
<style scoped lang="scss"></style>