完善订单

This commit is contained in:
魏啾
2024-03-07 18:29:29 +08:00
parent fc810fd02f
commit f0b7169a29
6 changed files with 61 additions and 98 deletions

View File

@@ -22,12 +22,14 @@
</div>
<!-- 更多 -->
<more ref="moreref"></more>
</template>
<script setup>
import { ref } from 'vue'
import { useRoute } from 'vue-router'
import more from '@/components/more.vue'
const route = useRoute()
const moreref = ref(null)
console.log(route.path)