This commit is contained in:
邓晓坤
2019-09-12 16:22:38 +08:00
parent 90ea054ae0
commit ff8a261f79
195 changed files with 65268 additions and 0 deletions

10
src/router/ebiz/index.js Normal file
View 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] //根据需要进行删减