diff --git a/src/router/ebiz/index.js b/src/router/ebiz/index.js index 173763e1f..2088e0ab4 100644 --- a/src/router/ebiz/index.js +++ b/src/router/ebiz/index.js @@ -22,6 +22,8 @@ import exercising from './exercising' import productStore from './product-store' // 机构业绩 import institutionalPerform from './institutionalPerform' +import performance from './performance' +import attendance from './attendance' export default [ ...proposal, ...sale, @@ -43,5 +45,7 @@ export default [ ...claims, ...productStore, ...question, - ...preserve + ...preserve, + ...performance, + ...attendance ] //根据需要进行删减