order sharing

This commit is contained in:
tim
2025-04-22 16:15:14 -04:00
parent 14b8b50812
commit 38fb66c694
17 changed files with 239 additions and 33 deletions

View File

@@ -0,0 +1,14 @@
<template>
</template>
<script setup>
import {loadShareUrl} from "@/share.js";
import router from "@/router/index.js";
loadShareUrl()
router.replace('/order')
</script>
<style scoped lang="scss">
</style>