diff --git a/cdTMP/src/layout/components/navbar.vue b/cdTMP/src/layout/components/navbar.vue
index 1e85459..4f751ae 100644
--- a/cdTMP/src/layout/components/navbar.vue
+++ b/cdTMP/src/layout/components/navbar.vue
@@ -19,7 +19,7 @@
- 项目名称:{{ title }}
+ 项目名称:{{ $route.query.ident }}-{{ title }}
diff --git a/cdTMP/src/views/project/testDemand/index.vue b/cdTMP/src/views/project/testDemand/index.vue
index 5027e08..f0ac732 100644
--- a/cdTMP/src/views/project/testDemand/index.vue
+++ b/cdTMP/src/views/project/testDemand/index.vue
@@ -57,6 +57,7 @@ const crudOptions = ref({
let design_key = key_split[2]
let test_key = key_split[3]
let td = treeDataStore.treeData
+ console.log(route.query.key)
crudRef.value.crudFormRef.actionTitle = `${route.query.ident} >
${td[round_key].title} > ${td[round_key].children[dut_key].title} >
${td[round_key].children[dut_key].children[design_key].title} >