|
|
@@ -1,27 +1,29 @@
|
|
|
-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'
|
|
|
-import inspect from './inspect/index.js'
|
|
|
-import params from './params/index.js'
|
|
|
-import invest from './invest/index'
|
|
|
-
|
|
|
-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,
|
|
|
- inspect,
|
|
|
- params,
|
|
|
- invest
|
|
|
-}
|
|
|
+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'
|
|
|
+import inspect from './inspect/index.js'
|
|
|
+import params from './params/index.js'
|
|
|
+import invest from './invest/index'
|
|
|
+import search from './search/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,
|
|
|
+ inspect,
|
|
|
+ params,
|
|
|
+ invest,
|
|
|
+ search
|
|
|
+}
|