mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 03:42:53 +08:00
Merge branch 'feature/GFRS-232【待确定】业绩查询' into dev
# Conflicts: # src/router/ebiz/index.js
This commit is contained in:
@@ -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
|
||||
] //根据需要进行删减
|
||||
|
||||
Reference in New Issue
Block a user