This commit is contained in:
yuping
2022-12-15 15:43:34 +08:00
parent 82d45c2a55
commit 7fe5ef4a7c
12 changed files with 179 additions and 188 deletions

View File

@@ -5,9 +5,9 @@
style="display: flex; align-items: center; justify-content: space-between"
>
<div class="crumb">
<div>混合制项目</div>
<div>{{ pName }}</div>
<div style="margin-left: 6px; margin-right: 6px">/</div>
<div>管理者进阶-腾飞班</div>
<div>{{ sName }}</div>
<div style="margin-left: 6px; margin-right: 6px">/</div>
<div style="font-weight: 700; font-size: 16px">讨论详情</div>
</div>
@@ -110,7 +110,7 @@ import { useRoute, useRouter } from "vue-router";
const router = useRouter();
const {
query: { id, type },
query: { id, type, pName, sName },
} = useRoute();
const param = ref({