mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 07:06:44 +08:00
提交
This commit is contained in:
10
src/router/ebiz/index.js
Normal file
10
src/router/ebiz/index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
//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'
|
||||
|
||||
export default [...proposal, ...sale, ...customer, ...my, ...serve, ...common, ...product] //根据需要进行删减
|
||||
Reference in New Issue
Block a user