| 123456789101112131415161718192021 |
- import login from './login/index.js'
- import system from './system/index.js'
- import project from './project/index.js'
- import common from './common.js'
- import recycle from './recycle/index.js'
- import database from './database/index.js'
- import task from './task/index.js'
- import company from './company/index.js'
- export default {
- offices: ['pdf', 'doc', 'docx', 'ppt', 'pptx', 'xls', 'xlsx'],
- uploadPath: '/api/wutong-file/minio/file/upload', // 上传
- login,
- system,
- project,
- common,
- recycle,
- database,
- task,
- company
- }
|