mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 17:23:36 +09:00
first
This commit is contained in:
19
src/pages/index.vue
Normal file
19
src/pages/index.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user