mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 03:36:44 +08:00
15 lines
557 B
JavaScript
15 lines
557 B
JavaScript
//ebiz-h5
|
|
import proposal from './proposal'
|
|
import sale from './sale'
|
|
import customer from './customer'
|
|
import my from './my'
|
|
import serve from './serve'
|
|
import common from './common'
|
|
import product from './product'
|
|
import agentEenter from './agentEenter.js'
|
|
import milestone from './milestone'
|
|
import poster from './poster'
|
|
import report from './report'
|
|
import nbs from './nbs'
|
|
export default [...proposal, ...sale, ...customer, ...my, ...serve, ...common, ...product, ...agentEenter, ...milestone, ...poster, ...report, ...nbs] //根据需要进行删减
|