mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 08:13:40 +09:00
20 lines
320 B
Vue
20 lines
320 B
Vue
<script setup lang="ts">
|
|
|
|
// const router = useRouter()
|
|
// onBeforeMount(() => {
|
|
// const userSession = useUserSession()
|
|
// const sessionUser = userSession.user.data
|
|
// if(sessionUser){
|
|
// router.replace('/app/PriceInsert')
|
|
// }
|
|
// })
|
|
|
|
</script>
|
|
|
|
<template>
|
|
|
|
</template>
|
|
|
|
<style scoped lang="scss">
|
|
</style>
|