From 15aa22b07c8fa7e7fc072c604ce5d1905972f201 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 22 May 2025 11:29:22 +0800
Subject: [PATCH] feat:tagList更换为bsTagList
---
src/api/device/devicePerShare.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/device/devicePerShare.js b/src/api/device/devicePerShare.js
index 0736dc4..5af100c 100644
--- a/src/api/device/devicePerShare.js
+++ b/src/api/device/devicePerShare.js
@@ -40,7 +40,7 @@
// export const getDetail = id => {
// return request({
-// url: '/drone-yw/manage/api/v1/devicePerShare/getDetail',
+// url: '/drone-device-core/manage/api/v1/devicePerShare/getDetail',
// method: 'get',
// params: {
// id,
--
Gitblit v1.9.3