From 2025a212c77d8a9c5261e0ad35ce61c4bad96d2b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 07 Mar 2022 11:56:40 +0800
Subject: [PATCH] 解决火狐浏览器鹰眼无法正常使用的问题
---
src/api/pc/leftNav/index.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/api/pc/leftNav/index.js b/src/api/pc/leftNav/index.js
index e94cec4..728cc37 100644
--- a/src/api/pc/leftNav/index.js
+++ b/src/api/pc/leftNav/index.js
@@ -46,3 +46,12 @@
params: params
})
}
+
+
+export const add = (row) => {
+ return request({
+ url: '/blade-architecture/architecture/save',
+ method: 'post',
+ data: row
+ })
+}
\ No newline at end of file
--
Gitblit v1.9.3