diff --git a/src/api/relation.ts b/src/api/relation.ts deleted file mode 100644 index 4c2b31b5..00000000 --- a/src/api/relation.ts +++ /dev/null @@ -1,10 +0,0 @@ -import server from '@/utils/request'; -/** - * 获取所有的关系对象类型 - */ -export const queryTypes = () => server.get('/relation/types') - -/** - * 查询关系 - */ -export const queryRelation = (data:any) => server.post('/relation/_query',data) \ No newline at end of file diff --git a/src/components/Relation/index.vue b/src/components/Relation/index.vue deleted file mode 100644 index e9ea486f..00000000 --- a/src/components/Relation/index.vue +++ /dev/null @@ -1,68 +0,0 @@ - - - - \ No newline at end of file