From 0c769a382b1d99c11b2b61a9c466bb373c52827f Mon Sep 17 00:00:00 2001
From: 王旭 <1377869194@qq.com>
Date: 星期四, 29 九月 2022 17:01:49 +0800
Subject: [PATCH] 字典管理接口对接完成

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

diff --git a/src/api/api.js b/src/api/api.js
index b1cf4a0..3596062 100644
--- a/src/api/api.js
+++ b/src/api/api.js
@@ -27,4 +27,9 @@
 export function updateDict(params) {
   //璇锋眰鍦板潃
   return request.post("/dict/updateDict", params);
+}
+//瀛楀吀绠$悊鏂板
+export function insertDict(params) {
+  //璇锋眰鍦板潃
+  return request.post("/dict/insertDict", params);
 }
\ No newline at end of file

--
Gitblit v1.9.3