From 54849757852f6ab40eb17afbd03d1d839b60a38d Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 13 Nov 2023 17:09:15 +0800
Subject: [PATCH] 重复定时和连续执行

---
 env/.env.stag |   15 +++------------
 1 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/env/.env.stag b/env/.env.stag
index 276f95b..6d789d3 100644
--- a/env/.env.stag
+++ b/env/.env.stag
@@ -1,13 +1,4 @@
-###
- # @Author: husq 931347610@qq.com
- # @Date: 2023-08-22 09:55:39
- # @LastEditors: husq 931347610@qq.com
- # @LastEditTime: 2023-08-30 17:56:53
- # @FilePath: \Cloud-API-Demo-Web\env\.env.stag
- # @Description: 
- # 
- # Copyright (c) 2023 by ${git_name_email}, All Rights Reserved. 
-### 
 VITE_APP_ENVIRONMENT=STAG
-VITE_APP_APIGATEWAY_BACKEND_HOST=''
-VITE_HTTP = 'http://172.16.13.129:8100'
\ No newline at end of file
+VITE_API_URL = 'http://192.168.1.133:6789'
+VITE_WS_API_URL = 'ws://192.168.1.133:6789/api/v1/ws'
+VITE_BASE_API = '/drone-api'

--
Gitblit v1.9.3