Browse Source

优化

master
陈裕财 3 years ago
parent
commit
d2d04d600b
  1. 12
      src/components/ModulesMenu/modulesOfRouter.js
  2. 8
      src/components/TopModules/all_modules.js
  3. 2
      src/components/TopModules/top_modules_oa.js
  4. 2
      src/components/TopModules/top_modules_sys.js
  5. 8
      src/components/TopModules/top_modules_xm.js

12
src/components/ModulesMenu/modulesOfRouter.js

@ -87,7 +87,7 @@ export const modulesOfRouter = [
}, },
{ {
id: 'xm-analysis', id: 'xm-analysis',
path: '/xm/rpt/reportIndex',
path: '/xm/rpt/index',
context: 'xm' context: 'xm'
}, },
{ {
@ -102,27 +102,27 @@ export const modulesOfRouter = [
}, },
{ {
id: 'xm-product', id: 'xm-product',
path: '/xm/core/xmProduct/XmProductAllMng',
path: '/xm/core/product/mng',
context: 'xm' context: 'xm'
}, },
{ {
id: 'xm-project', id: 'xm-project',
path: '/xm/core/xmProject/XmProjectAllMng',
path: '/xm/core/project/mng',
context: 'xm' context: 'xm'
}, },
{ {
id: 'xm-test', id: 'xm-test',
path: '/xm/core/xmQuestion/XmQuestionAdd',
path: '/xm/core/question/mng',
context: 'xm' context: 'xm'
}, },
{ {
id: 'xm-workload', id: 'xm-workload',
path: '/xm/core/xmWorkload/XmWorkloadInfoMy',
path: '/xm/core/workload/day',
context: 'xm' context: 'xm'
}, },
{ {
id: 'xm-crowd', id: 'xm-crowd',
path: '/xm/core/crowd/XmTaskCrowdMng',
path: '/xm/core/crowd/mng',
context: 'xm' context: 'xm'
} }
] ]

8
src/components/TopModules/all_modules.js

@ -12,7 +12,7 @@ var categorys=
moduleName:"项目管理", moduleName:"项目管理",
moduleId:'maim-project', moduleId:'maim-project',
topModuleId:'maim',isOpenSource:true, topModuleId:'maim',isOpenSource:true,
sysLink:"/xm/"+process.env.VERSION+"/#/xm/core/xmProject/XmProjectMng",
sysLink:"/xm/"+process.env.VERSION+"/#/xm/core/project/mng",
icon: require("@/assets/image/platform/module-project.png"), icon: require("@/assets/image/platform/module-project.png"),
isHighlight:false, isHighlight:false,
moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块 moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块
@ -21,7 +21,7 @@ var categorys=
moduleName:"测试管理 ", moduleName:"测试管理 ",
moduleId:'maim-testhub', moduleId:'maim-testhub',
topModuleId:'maim',isOpenSource:true, topModuleId:'maim',isOpenSource:true,
sysLink:"/xm/"+process.env.VERSION+"/#/xm/core/xmQuestion/XmQuestionMng",
sysLink:"/xm/"+process.env.VERSION+"/#/xm/core/question/mng",
icon: require("@/assets/image/platform/module-customerCenter.png"), icon: require("@/assets/image/platform/module-customerCenter.png"),
isHighlight:false, isHighlight:false,
moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块 moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块
@ -30,7 +30,7 @@ var categorys=
moduleName:"产品规划", moduleName:"产品规划",
moduleId:'maim-plan', moduleId:'maim-plan',
topModuleId:'maim',isOpenSource:true, topModuleId:'maim',isOpenSource:true,
sysLink:"/xm/"+process.env.VERSION+"/#/xm/core/xmProduct/XmProductAllMng",
sysLink:"/xm/"+process.env.VERSION+"/#/xm/core/product/mng",
icon: require("@/assets/image/platform/module-intelligentForms.png"), icon: require("@/assets/image/platform/module-intelligentForms.png"),
isHighlight:false, isHighlight:false,
moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块 moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块
@ -39,7 +39,7 @@ var categorys=
moduleName:"效能管理", moduleName:"效能管理",
moduleId:'maim-performance', moduleId:'maim-performance',
topModuleId:'maim',isOpenSource:true, topModuleId:'maim',isOpenSource:true,
sysLink:"/xm/"+process.env.VERSION+"/#/xm/core/xmProjectState/XmProjectStateMng",
sysLink:"/xm/"+process.env.VERSION+"/#/xm/core/rpt/index",
icon: require("@/assets/image/platform/module-cost.png"), icon: require("@/assets/image/platform/module-cost.png"),
isHighlight:false, isHighlight:false,
moduleType : '2' // 模块类型,1-系统类模块 2-系统外模块 moduleType : '2' // 模块类型,1-系统类模块 2-系统外模块

2
src/components/TopModules/top_modules_oa.js

@ -67,7 +67,7 @@ var topModules=
{ {
moduleName:"项目", moduleName:"项目",
topModuleId:'xm', topModuleId:'xm',
link:"/xm/core/xmProject/XmProjectMng",
link:"/xm/core/project/mng",
icon: require("../../assets/image/platform/module-project.png"), icon: require("../../assets/image/platform/module-project.png"),
isHighlight:false, isHighlight:false,
moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块 moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块

2
src/components/TopModules/top_modules_sys.js

@ -67,7 +67,7 @@ var topModules=
{ {
moduleName:"项目", moduleName:"项目",
topModuleId:'xm', topModuleId:'xm',
link:"/xm/core/xmProject/XmProjectMng",
link:"/xm/core/project/mng",
icon: require("../../assets/image/platform/module-project.png"), icon: require("../../assets/image/platform/module-project.png"),
isHighlight:false, isHighlight:false,
moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块 moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块

8
src/components/TopModules/top_modules_xm.js

@ -5,7 +5,7 @@ var categorys=
moduleName:"项目", moduleName:"项目",
moduleId:'maim-project', moduleId:'maim-project',
topModuleId:'maim',isOpenSource:true, topModuleId:'maim',isOpenSource:true,
sysLink:"/xm/"+process.env.VERSION+"/#/xm/core/xmProject/XmProjectMng",
sysLink:"/xm/"+process.env.VERSION+"/#/xm/core/project/mng",
icon: require("@/assets/image/platform/module-project.png"), icon: require("@/assets/image/platform/module-project.png"),
isHighlight:false, isHighlight:false,
moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块 moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块
@ -14,7 +14,7 @@ var categorys=
moduleName:"测试 ", moduleName:"测试 ",
moduleId:'maim-testhub', moduleId:'maim-testhub',
topModuleId:'maim',isOpenSource:true, topModuleId:'maim',isOpenSource:true,
sysLink:"/xm/"+process.env.VERSION+"/#/xm/core/xmQuestion/XmQuestionMng",
sysLink:"/xm/"+process.env.VERSION+"/#/xm/core/question/mng",
icon: require("@/assets/image/platform/module-customerCenter.png"), icon: require("@/assets/image/platform/module-customerCenter.png"),
isHighlight:false, isHighlight:false,
moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块 moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块
@ -23,7 +23,7 @@ var categorys=
moduleName:"产品", moduleName:"产品",
moduleId:'maim-plan', moduleId:'maim-plan',
topModuleId:'maim',isOpenSource:true, topModuleId:'maim',isOpenSource:true,
sysLink:"/xm/"+process.env.VERSION+"/#/xm/core/xmProduct/XmProductAllMng",
sysLink:"/xm/"+process.env.VERSION+"/#/xm/core/product/mng",
icon: require("@/assets/image/platform/module-intelligentForms.png"), icon: require("@/assets/image/platform/module-intelligentForms.png"),
isHighlight:false, isHighlight:false,
moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块 moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块
@ -32,7 +32,7 @@ var categorys=
moduleName:"效能", moduleName:"效能",
moduleId:'maim-performance', moduleId:'maim-performance',
topModuleId:'maim',isOpenSource:true, topModuleId:'maim',isOpenSource:true,
sysLink:"/xm/"+process.env.VERSION+"/#/xm/core/xmProjectState/XmProjectStateMng",
sysLink:"/xm/"+process.env.VERSION+"/#/xm/core/rpt/index",
icon: require("@/assets/image/platform/module-cost.png"), icon: require("@/assets/image/platform/module-cost.png"),
isHighlight:false, isHighlight:false,
moduleType : '2' // 模块类型,1-系统类模块 2-系统外模块 moduleType : '2' // 模块类型,1-系统类模块 2-系统外模块

Loading…
Cancel
Save