diff --git a/src/router/routes_xm.js b/src/router/routes_xm.js index 4dcff7b3..b4bc2eb7 100644 --- a/src/router/routes_xm.js +++ b/src/router/routes_xm.js @@ -488,19 +488,7 @@ export default { { path: 'xmIteration/XmIterationMng', component: _import('xm/core/xmIteration/XmIterationMng'), name: 'XmIterationMng', meta: { title: '迭代管理',roles:["user"] }}, ] - }, - - { - path: '/xm/core/xmProduct/XmProductInfoRoute', - component: _import('xm/core/xmProduct/XmProductInfoRoute'), - name: 'XmProductInfoRoute', - iconCls: 'fa el-icon-menu', - meta: { - title: '产品管理-如有跳转', - icon: 'product',roles:["user"] - }, - hidden:true - }, + }, { path: '/xm/core/xmIteration/XmIterationInfoRoute', component: _import('xm/core/xmIteration/XmIterationInfoRoute'), diff --git a/src/views/xm/core/xmMyFocus/XmMyFocusList.vue b/src/views/xm/core/xmMyFocus/XmMyFocusList.vue index 41a99640..cdd07cd7 100644 --- a/src/views/xm/core/xmMyFocus/XmMyFocusList.vue +++ b/src/views/xm/core/xmMyFocus/XmMyFocusList.vue @@ -215,9 +215,9 @@ export default { */ toBizPage(bizObj){ if(bizObj.focusType=='1'){ - this.$router.push({path:'/xm/core/xmProject/XmProjectInfoRoute',query:{id:bizObj.bizId}}) + this.$router.push({path:'/xm/core/project/overview',query:{projectId:bizObj.bizId}}) }else if(bizObj.focusType=='3'){ - this.$router.push({path:'/xm/core/xmProduct/XmProductInfoRoute',query:{id:bizObj.bizId}}) + this.$router.push({path:'/xm/core/product/overview',query:{productId:bizObj.bizId}}) }else if(bizObj.focusType=='2'){ this.$router.push({path:'/xm/core/xmTask/XmTaskDetailRoute',query:{id:bizObj.bizId}}) }else if(bizObj.focusType=='4'){ diff --git a/src/views/xm/core/xmProduct/XmProductInfoRoute.vue b/src/views/xm/core/xmProduct/XmProductInfoRoute.vue deleted file mode 100644 index e6abfff4..00000000 --- a/src/views/xm/core/xmProduct/XmProductInfoRoute.vue +++ /dev/null @@ -1,84 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/xm/core/xmProduct/XmProductOverview.vue b/src/views/xm/core/xmProduct/XmProductOverview.vue index 835eb3d7..71b2723f 100644 --- a/src/views/xm/core/xmProduct/XmProductOverview.vue +++ b/src/views/xm/core/xmProduct/XmProductOverview.vue @@ -1,6 +1,6 @@