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 | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/env/.env.production b/env/.env.production index a76530f..ea9232a 100644 --- a/env/.env.production +++ b/env/.env.production @@ -1,3 +1,6 @@ -VITE_APP_ENVIRONMENT=production +VITE_APP_ENVIRONMENT=PROD VITE_APP_APIGATEWAY_BACKEND_HOST='' -VITE_HTTP = 'http://172.16.13.129:8100' \ No newline at end of file +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