order sharing
This commit is contained in:
14
src/components/chart/Shared.vue
Normal file
14
src/components/chart/Shared.vue
Normal 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>
|
||||
Reference in New Issue
Block a user