From b8d63989635bc9fb58357f76333796e21409985b Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期六, 13 一月 2024 22:29:17 +0800 Subject: [PATCH] 设备类型管理1 --- src/api/Api.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/api/Api.js b/src/api/Api.js index 710b214..b6eac8b 100644 --- a/src/api/Api.js +++ b/src/api/Api.js @@ -25,6 +25,10 @@ componentQuery: { url: '/component/pageQuery', method: 'POST' + }, + deviceTypeQuery: { + url: '/devicetype/pageQuery', + method: 'POST' } } -- Gitblit v1.9.3