From f27ca082eb0a839449dd50c49007b58e5ed6946f Mon Sep 17 00:00:00 2001 From: 罗广辉 <guanghui.luo@foxmail.com> Date: Thu, 19 Jun 2025 19:08:01 +0800 Subject: [PATCH] feat: 服务名修改 --- env/.env.production | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/env/.env.production b/env/.env.production index 21a0ed8..18c02fc 100644 --- a/env/.env.production +++ b/env/.env.production @@ -1,4 +1,15 @@ +### + # @Author: GuLiMmo 2820890765@qq.com + # @Date: 2024-04-24 14:29:01 + # @LastEditors: GuLiMmo 2820890765@qq.com + # @LastEditTime: 2024-08-27 14:44:24 + # @FilePath: /drone-web/env/.env.production + # @Description: + # Copyright (c) 2024 by GuLiMmo, All Rights Reserved. +### VITE_APP_ENVIRONMENT=PROD 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_API_URL = 'https://wrj.shuixiongit.com/api' +VITE_MEDIAPANEL_API_URL = 'https://wrj.shuixiongit.com/minio/cloud-bucket' +VITE_WS_API_URL = 'wss://wrj.shuixiongit.com/drone-wss/api/v1/ws' +VITE_BASE_API = '/api' \ No newline at end of file -- Gitblit v1.9.3