|
|
@@ -13,9 +13,8 @@ import search from './search/index.js'
|
|
|
import dispatch from './dispatch/index.js'
|
|
|
import store from './store/index.js'
|
|
|
import msg from './msg/index.js'
|
|
|
-import contract from '@/api/contract/index.js'
|
|
|
-import role from '@/api/role/index.js'
|
|
|
-import resource from '@/api/resource/index.js'
|
|
|
+import contract from "@/api/contract/index.js";
|
|
|
+import role from "@/api/role/index.js";
|
|
|
|
|
|
export default {
|
|
|
offices: ['pdf', 'doc', 'docx', 'ppt', 'pptx', 'xls', 'xlsx', 'PDF'],
|
|
|
@@ -37,5 +36,5 @@ export default {
|
|
|
msg,
|
|
|
contract,
|
|
|
role,
|
|
|
- resource
|
|
|
+ resource
|
|
|
}
|