From 12d03aa08d238487c72018de7a355d4e9805ceee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Mon, 12 Jul 2021 03:35:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=86=E6=9E=B6=E5=8D=87=E7=BA=A7=EF=BC=8C?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TopModules/top_modules_xm.js | 48 +++++++++++++++++++-- 1 file changed, 44 insertions(+), 4 deletions(-) diff --git a/src/components/TopModules/top_modules_xm.js b/src/components/TopModules/top_modules_xm.js index 1b60c726..c326a2c0 100644 --- a/src/components/TopModules/top_modules_xm.js +++ b/src/components/TopModules/top_modules_xm.js @@ -64,6 +64,14 @@ var topModules= isHighlight:false, moduleType : '2' // 模块类型,1-系统类模块 2-系统外模块 }, + { + moduleName:"资产", + topModuleId:'oa', + link:"/oa/erp/pur/require/RequireMng", + icon: require("../../assets/image/platform/module-property.png"), + isHighlight:false, + moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块 + }, { moduleName:"项目", topModuleId:'xm', @@ -73,10 +81,42 @@ var topModules= moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块 }, { - moduleName:"资产", - topModuleId:'oa', - link:"/oa/erp/pur/require/RequireMng", - icon: require("../../assets/image/platform/module-property.png"), + moduleName:"产品", + topModuleId:'xm', + link:"/xm/core/xmProduct/XmProductMng", + icon: require("../../assets/image/platform/module-marketing.png"), + isHighlight:false, + moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块 + }, + { + moduleName:"故事", + topModuleId:'xm', + link:"/xm/core/xmMenu/XmMenuMng", + icon: require("../../assets/image/platform/module-intelligentForms.png"), + isHighlight:false, + moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块 + }, + { + moduleName:"迭代", + topModuleId:'xm', + link:"/xm/core/xmIteration/XmIterationMng", + icon: require("../../assets/image/platform/module-iteration.png"), + isHighlight:false, + moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块 + }, + { + moduleName:"任务", + topModuleId:'xm', + link:"/xm/core/xmTask/XmMyTaskCenter", + icon: require("../../assets/image/platform/module-task.png"), + isHighlight:false, + moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块 + }, + { + moduleName:"缺陷", + topModuleId:'xm', + link:"/xm/core/xmQuestion/XmQuestionMng", + icon: require("../../assets/image/platform/anti-fake.png"), isHighlight:false, moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块 },