hookehuyr

chore: 更新开发环境配置中的代理目标地址

将VITE_PROXY_TARGET从http://oa-dev.onwall.cn/更改为https://wxm.behalo.cc/
1 ### 1 ###
2 # @Date: 2025-03-20 23:40:15 2 # @Date: 2025-03-20 23:40:15
3 # @LastEditors: hookehuyr hookehuyr@gmail.com 3 # @LastEditors: hookehuyr hookehuyr@gmail.com
4 - # @LastEditTime: 2025-12-09 21:05:15 4 + # @LastEditTime: 2026-01-18 11:32:59
5 # @FilePath: /mlaj/.env.development 5 # @FilePath: /mlaj/.env.development
6 # @Description: 文件描述 6 # @Description: 文件描述
7 ### 7 ###
...@@ -23,9 +23,10 @@ VITE_PIN = ...@@ -23,9 +23,10 @@ VITE_PIN =
23 # 反向代理服务器地址 23 # 反向代理服务器地址
24 # VITE_PROXY_TARGET = https://oa.anxinchashi.com/ 24 # VITE_PROXY_TARGET = https://oa.anxinchashi.com/
25 # VITE_PROXY_TARGET = http://behalo.onwall.cn/ 25 # VITE_PROXY_TARGET = http://behalo.onwall.cn/
26 -VITE_PROXY_TARGET = http://oa-dev.onwall.cn/ 26 +# VITE_PROXY_TARGET = http://oa-dev.onwall.cn/
27 # VITE_PROXY_TARGET = https://oa.behalo.cc/ 27 # VITE_PROXY_TARGET = https://oa.behalo.cc/
28 # VITE_PROXY_TARGET = https://www.wxgzjs.cn/ 28 # VITE_PROXY_TARGET = https://www.wxgzjs.cn/
29 +VITE_PROXY_TARGET = https://wxm.behalo.cc/
29 30
30 # PC端地址 31 # PC端地址
31 VITE_MOBILE_URL = http://localhost:5173/ 32 VITE_MOBILE_URL = http://localhost:5173/
......