From 11713ebaf140cce03b439146aa63677d725112e7 Mon Sep 17 00:00:00 2001 From: longyvfengyun <496960745@qq.com> Date: 星期三, 29 十一月 2023 17:32:05 +0800 Subject: [PATCH] 内容提交 --- src/views/moudle/driveInf/apis.js | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src/views/moudle/driveInf/apis.js b/src/views/moudle/driveInf/apis.js index 2c68f38..ad6ee03 100644 --- a/src/views/moudle/driveInf/apis.js +++ b/src/views/moudle/driveInf/apis.js @@ -35,3 +35,18 @@ }, }); } + +/** + * 鏌ヨ杞﹁締鍚嶇О + * @return {Promise<AxiosResponse<any>> | *} + */ +export const searchAllDrives = ()=>{ + return axios({ + method: "GET", + url: "/monitor/box/selectNameByName", + }); +} + +export const addDriveApi = ()=>{ + +} -- Gitblit v1.9.1