From 2f20896b721a91bd08ae5e4b2988479101c7faa0 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期三, 05 六月 2024 18:17:19 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TCM_CharacterLibrary

---
 src/api/index.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/index.js b/src/api/index.js
index 9c15377..42aaa5d 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -333,3 +333,11 @@
 export const getImg = (path) => {
   return baseUrl + "/picture/getImageByFilePath?filePath=" + path;
 };
+
+export const getRelationTypeTreeList = () => {
+  return req1({
+    url: "/personRelationType/getRelationTypeTreeList",
+    method: "post"
+  });
+};
+

--
Gitblit v1.9.1