|
@@ -1,23 +0,0 @@
|
|
|
-<template>
|
|
|
- <div class="text-center mt-5">
|
|
|
- <div>企业用户首页</div>
|
|
|
- <v-btn class="half-button mt-5" size="small" color="primary" variant="tonal" @click="handleChange">切换为求职者</v-btn>
|
|
|
- </div>
|
|
|
-</template>
|
|
|
-
|
|
|
-<script setup>
|
|
|
-defineOptions({ name:'enterprise-home-index'})
|
|
|
-// import { useLoginType } from '@/store/loginType'
|
|
|
-// import { useRouter } from 'vue-router'
|
|
|
-
|
|
|
-// const router = useRouter()
|
|
|
-// const changeLoginType = useLoginType()
|
|
|
-const handleChange = () => {
|
|
|
- // router.push({ path: '/home'})
|
|
|
- // changeLoginType.change(1)
|
|
|
-}
|
|
|
-</script>
|
|
|
-
|
|
|
-<style lang="scss" scoped>
|
|
|
-
|
|
|
-</style>
|