From c263790378808bf8d35accdcac3e76e7736ea786 Mon Sep 17 00:00:00 2001 From: jlzhou <12020042@qq.com> Date: Tue, 16 May 2023 10:38:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E7=8E=AF=E5=A2=83=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development.local.copy | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .env.development.local.copy diff --git a/.env.development.local.copy b/.env.development.local.copy new file mode 100644 index 0000000..669e0c3 --- /dev/null +++ b/.env.development.local.copy @@ -0,0 +1,29 @@ +### + # 本地开发环境变量 + # 自定义环境变量必须是以VITE_开始 + # @Author : J.L.Zhou + # @EMail : 12020042@qq.com + # @Tel : 151 1104 7708 + # @CreateTime : 2023-05-16 10:02:21 + # @LastEditos : J.L.Zhou + # @LastEditTime : 2023-05-16 10:02:21 + # @Version : 1.0 + # Copyright 2023 jlzhou.top Inc. All rights reserved. + # Warning: this content is only for internal circulation of the company. + # It is forbidden to divulge it or use it for other commercial purposes. +### + + + +# 请求后端api的基础地址 +# 小程序需加入白名单,并设置跨域 +VITE_BASE_API=http://127.0.0.1:8080/ + +# 外部资源的基础地址 +# 小程序需加入白名单,并设置跨域 +VITE_BASE_RESOURCES=http://127.0.0.1:8080/ + +# WebSocket的基础地址 +VITE_BASE_WS=ws://127.0.0.1:8080/ + +VITE_TEST22=测试本地开发环境变量 \ No newline at end of file