系统通知
This commit is contained in:
11
src/views/detail.vue
Normal file
11
src/views/detail.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
详情页
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { useRoute } from 'vue-router';
|
||||
const route = useRoute()
|
||||
const uniqid = route.query.uniqid
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped></style>
|
||||
Reference in New Issue
Block a user