增加重要事件海报制作页面

This commit is contained in:
gaolu
2019-11-27 10:17:29 +08:00
parent 6949f2ce94
commit e289d878e4
12 changed files with 810 additions and 2 deletions

View File

@@ -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] //根据需要进行删减