diff --git a/src/router/routes_xm.js b/src/router/routes_xm.js
index 623b79f1..cb975861 100644
--- a/src/router/routes_xm.js
+++ b/src/router/routes_xm.js
@@ -618,7 +618,7 @@ export default {
},
// leaf: true,//只有一个节点
children: [
- { path: 'casedb/mng', component: _import('xm/core/xmTestCasedb/XmTestCasedbMng'), name: 'XmTestCasedbMng', meta: { title: '测试设计',roles:["user"] }},
+ { path: 'casedb/mng', component: _import('xm/core/xmTestCasedb/XmTestCasedbMngForRoute'), name: 'XmTestCasedbMng', meta: { title: '测试设计',roles:["user"] }},
{ path: 'question/detail', component: _import('xm/core/xmQuestion/XmQuestionDetailRoute'), name: 'questionDetail', meta: { title: '缺陷明细',roles:["user"] },hidden:true},
{ path: 'question/mng', component: _import('xm/core/xmQuestion/XmQuestionMngRoute'), name: 'XmQuestionMng', meta: { title: '缺陷管理',roles:["user"] }},
{ path: 'question/mng/me', component: _import('xm/core/xmQuestion/XmQuestionMngMy'), name: 'XmQuestionMngMy', meta: { title: '我的缺陷' ,roles:["user"]}},
diff --git a/src/views/xm/core/xmProduct/XmProductOverviewComplex.vue b/src/views/xm/core/xmProduct/XmProductOverviewComplex.vue
index d8b58c42..b08191ca 100644
--- a/src/views/xm/core/xmProduct/XmProductOverviewComplex.vue
+++ b/src/views/xm/core/xmProduct/XmProductOverviewComplex.vue
@@ -36,6 +36,14 @@
class="step-btn"
type="warning"
+ plain
+ @click="showPanelName='setting'"
+ >产品设置
+ 关联项目产品设置
+ 关联项目
创建产品
关联产品
+ 项目配置
环境清单
进入售前
-
- 关联产品
+
+ 关联产品
+ 项目配置
环境清单
diff --git a/src/views/xm/core/xmTestCasedb/XmTestCasedbMngForRoute.vue b/src/views/xm/core/xmTestCasedb/XmTestCasedbMngForRoute.vue
new file mode 100644
index 00000000..5713bf21
--- /dev/null
+++ b/src/views/xm/core/xmTestCasedb/XmTestCasedbMngForRoute.vue
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
\ No newline at end of file