index.js 559 B

123456789101112131415161718192021
  1. import login from './login/index.js'
  2. import system from './system/index.js'
  3. import project from './project/index.js'
  4. import common from './common.js'
  5. import recycle from './recycle/index.js'
  6. import database from './database/index.js'
  7. import task from './task/index.js'
  8. import company from './company/index.js'
  9. export default {
  10. offices: ['pdf', 'doc', 'docx', 'ppt', 'pptx', 'xls', 'xlsx'],
  11. uploadPath: '/api/wutong-file/minio/file/upload', // 上传
  12. login,
  13. system,
  14. project,
  15. common,
  16. recycle,
  17. database,
  18. task,
  19. company
  20. }