From 28b358e00c78248a46ed24e27fd9c076e69161a1 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期一, 14 七月 2025 16:03:28 +0800 Subject: [PATCH] 增加微信支付配置I --- Web/.env.development | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/Web/.env.development b/Web/.env.development index 35f6432..973874f 100644 --- a/Web/.env.development +++ b/Web/.env.development @@ -1,8 +1,17 @@ +### + # @FilePath: .env.development + # @Author: 灏忛渚� + # @Date: 2025-06-17 14:09:57 + # @LastEditors: + # @LastEditTime: 2025-07-14 11:22:52 + # Copyright: 2025 MinTinge CO.,LTD. All Rights Reserved. + # @Descripttion: 鍐欏叆浣犵殑鎻忚堪 +### # 鏈湴鐜 ENV = development # 鏈湴鐜鎺ュ彛鍦板潃 http://www.feizhengcai.cn:9009 http://192.168.0.36:5005 -VITE_API_URL = http://192.168.0.36:5005 +VITE_API_URL = http://127.0.0.1:5005 # 鐧婚檰鐣岄潰榛樿鐢ㄦ埛 VITE_DEFAULT_USER = superadmin -- Gitblit v1.9.1