From 53bcb7e5dffa071d2c6593f5db7f0b6e4e2f8dfe Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 18 Oct 2023 16:17:02 +0800
Subject: [PATCH] 隐藏重复定时和连续执行

---
 env/.env.production |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/env/.env.production b/env/.env.production
index 21a0ed8..ea9232a 100644
--- a/env/.env.production
+++ b/env/.env.production
@@ -2,3 +2,5 @@
 VITE_APP_APIGATEWAY_BACKEND_HOST=''
 VITE_API_URL = 'https://dev.jxpskj.com:36789'
 VITE_WS_API_URL = 'wss://dev.jxpskj.com:36789/api/v1/ws'
+VITE_BASE_API = '/drone-api'
+

--
Gitblit v1.9.3