diff --git a/.env.development b/.env.development index 287520d..504f4de 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ -# VITE_APP_URL = 'http://192.168.3.116:8001/' +VITE_APP_URL = 'http://192.168.3.116:8001/' # VITE_APP_URL_WEBSOCKET = 'http://192.168.3.116:8000/api/websocket' -VITE_APP_URL = 'http://api.handcuff.youaikang.cn' +# VITE_APP_URL = 'http://api.handcuff.youaikang.cn' VITE_APP_URL_WEBSOCKET = 'ws://device.handcuff.youaikang.cn:8000/api/websocket' diff --git a/src/components/alarm.vue b/src/components/alarm.vue index 55cdd63..b8ff4c5 100644 --- a/src/components/alarm.vue +++ b/src/components/alarm.vue @@ -1,26 +1,31 @@ -