diff --git a/api/lock.js b/api/lock.js
index 9a15f3e..5fd30c7 100644
--- a/api/lock.js
+++ b/api/lock.js
@@ -46,3 +46,12 @@ export function lockUserListRequest(data) {
data
})
}
+
+// 获取锁详情
+export function getLockDetailRequest(data) {
+ return request({
+ url: '/lock/detail',
+ method: 'POST',
+ data
+ })
+}
diff --git a/components/SwitchLoading/SwitchLoading.vue b/components/SwitchLoading/SwitchLoading.vue
index f6e916d..ecaf6cc 100644
--- a/components/SwitchLoading/SwitchLoading.vue
+++ b/components/SwitchLoading/SwitchLoading.vue
@@ -26,26 +26,26 @@
-