系统通知

This commit is contained in:
A1300399510
2023-07-14 17:21:53 +08:00
parent fbfae2d4fc
commit 89d8462f7b
21 changed files with 492 additions and 104 deletions

11
src/views/detail.vue Normal file
View 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>