generated from Leo_Ding/web-template
41 lines
940 B
JavaScript
41 lines
940 B
JavaScript
import home from './home'
|
|
import form from './form'
|
|
import list from './list'
|
|
import profile from './profile'
|
|
import result from './result'
|
|
import exception from './exception'
|
|
import admin from './admin'
|
|
import system from './system'
|
|
import link from './link'
|
|
import iframe from './iframe'
|
|
import other from './other'
|
|
import imgMgt from './imgMgt'
|
|
import dynamic from './dynamic'
|
|
// import recruitment from './recruitment'
|
|
import product from './product'
|
|
import technologyCenter from './technologyCenter'
|
|
import website from './websiteRelated'
|
|
import AboutY from './AboutY'
|
|
import talentCenter from './talentCenter'
|
|
export default [
|
|
...home,
|
|
...form,
|
|
...list,
|
|
...profile,
|
|
...result,
|
|
...exception,
|
|
...admin,
|
|
...system,
|
|
...link,
|
|
...iframe,
|
|
...other,
|
|
...imgMgt,
|
|
...dynamic,
|
|
//...recruitment,
|
|
...product,
|
|
...technologyCenter,
|
|
...website,
|
|
...AboutY,
|
|
...talentCenter,
|
|
]
|