From 1728006c7507dc973e684e0b03040304fa05e08a Mon Sep 17 00:00:00 2001 From: GuLiMmo <2820890765@qq.com> Date: Tue, 27 Aug 2024 17:03:32 +0800 Subject: [PATCH] chore:接入新框架api --- env/.env.production | 17 +++++++++++++---- 1 files changed, 13 insertions(+), 4 deletions(-) diff --git a/env/.env.production b/env/.env.production index 647defc..18c02fc 100644 --- a/env/.env.production +++ b/env/.env.production @@ -1,6 +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://wrj.shuixiongit.com/drone-api' -VITE_MEDIAPANEL_API_URL = 'https://dev.jxpskj.com:8026/cloud-bucket' -VITE_WS_API_URL = 'wss://wrj.shuixiongit.com/drone-api/api/v1/ws' -VITE_BASE_API = '/drone-api' \ No newline at end of file +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