|
@@ -13,27 +13,27 @@ import search from './search/index.js'
|
|
|
import dispatch from './dispatch/index.js'
|
|
import dispatch from './dispatch/index.js'
|
|
|
import store from './store/index.js'
|
|
import store from './store/index.js'
|
|
|
import msg from './msg/index.js'
|
|
import msg from './msg/index.js'
|
|
|
-import contract from "@/api/contract/index.js";
|
|
|
|
|
-import role from "@/api/role/index.js";
|
|
|
|
|
|
|
+import contract from './contract/index.js'
|
|
|
|
|
+import role from './role/index.js'
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
|
- offices: ['pdf', 'doc', 'docx', 'ppt', 'pptx', 'xls', 'xlsx', 'PDF'],
|
|
|
|
|
- uploadPath: '/api/wutong-file/minio/file/upload', // 上传
|
|
|
|
|
- login,
|
|
|
|
|
- system,
|
|
|
|
|
- project,
|
|
|
|
|
- common,
|
|
|
|
|
- recycle,
|
|
|
|
|
- database,
|
|
|
|
|
- task,
|
|
|
|
|
- company,
|
|
|
|
|
- inspect,
|
|
|
|
|
- params,
|
|
|
|
|
- invest,
|
|
|
|
|
- search,
|
|
|
|
|
- dispatch,
|
|
|
|
|
- store,
|
|
|
|
|
- msg,
|
|
|
|
|
- contract,
|
|
|
|
|
- role
|
|
|
|
|
|
|
+ offices: ['pdf', 'doc', 'docx', 'ppt', 'pptx', 'xls', 'xlsx', 'PDF'],
|
|
|
|
|
+ uploadPath: '/api/wutong-file/minio/file/upload', // 上传
|
|
|
|
|
+ login,
|
|
|
|
|
+ system,
|
|
|
|
|
+ project,
|
|
|
|
|
+ common,
|
|
|
|
|
+ recycle,
|
|
|
|
|
+ database,
|
|
|
|
|
+ task,
|
|
|
|
|
+ company,
|
|
|
|
|
+ inspect,
|
|
|
|
|
+ params,
|
|
|
|
|
+ invest,
|
|
|
|
|
+ search,
|
|
|
|
|
+ dispatch,
|
|
|
|
|
+ store,
|
|
|
|
|
+ msg,
|
|
|
|
|
+ contract,
|
|
|
|
|
+ role
|
|
|
}
|
|
}
|