mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 10:36:45 +08:00
增加重要事件海报制作页面
This commit is contained in:
@@ -7,4 +7,6 @@ import serve from './serve'
|
||||
import common from './common'
|
||||
import product from './product'
|
||||
import agentEenter from './agentEenter.js'
|
||||
export default [...proposal, ...sale, ...customer, ...my, ...serve, ...common, ...product, ...agentEenter] //根据需要进行删减
|
||||
import milestone from './milestone'
|
||||
import poster from './poster'
|
||||
export default [...proposal, ...sale, ...customer, ...my, ...serve, ...common, ...product, ...agentEenter, ...milestone, ...poster] //根据需要进行删减
|
||||
|
||||
Reference in New Issue
Block a user