From fc15c02556a124f8b0a5f7f31083ebae772f3a84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Mon, 16 Jan 2023 02:26:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes_xm.js | 14 +--- src/views/xm/core/xmMyFocus/XmMyFocusList.vue | 4 +- .../xm/core/xmProduct/XmProductInfoRoute.vue | 84 ------------------- .../xm/core/xmProduct/XmProductOverview.vue | 3 +- .../xmProduct/XmProductOverviewComplex.vue | 14 ++-- .../xm/core/xmProduct/XmProductTplMng.vue | 2 +- src/views/xm/core/xmProduct/index.vue | 9 +- .../XmProductProjectLinkMng.vue | 4 +- .../xm/core/xmProject/XmProjectOverview.vue | 2 +- .../xmProject/XmProjectOverviewComplex.vue | 2 +- src/views/xm/core/xmProject/index.vue | 4 +- 11 files changed, 24 insertions(+), 118 deletions(-) delete mode 100644 src/views/xm/core/xmProduct/XmProductInfoRoute.vue 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 @@