diff --git a/src/http/Exhibition/Colombia/index.ts b/src/http/Exhibition/Colombia/index.ts
new file mode 100644
index 0000000..9827361
--- /dev/null
+++ b/src/http/Exhibition/Colombia/index.ts
@@ -0,0 +1,12 @@
+import {get,post} from "@/utils/http"
+
+//获取设备在线状态、设备列表
+export function columbiaDeviceList(){
+ return get('/screen/cisma/columbiaDeviceList')
+}
+
+
+//获取设备在线状态、设备列表
+export function columbiaDeviceProduction(){
+ return get('/creen/cisma/columbiaDeviceProduction')
+}
\ No newline at end of file
diff --git a/src/views/Elevator/index.vue b/src/views/Elevator/index.vue
index 91b2e86..f90b8fa 100644
--- a/src/views/Elevator/index.vue
+++ b/src/views/Elevator/index.vue
@@ -47,7 +47,7 @@