docs(env): 更新开发环境配置文件注释和代理地址
更新.env.development文件的头部注释信息,并调整反向代理服务器地址为https://oa.behalo.cc/
Showing
1 changed file
with
10 additions
and
1 deletions
| 1 | +### | ||
| 2 | + # @Date: 2025-03-20 23:40:15 | ||
| 3 | + # @LastEditors: hookehuyr hookehuyr@gmail.com | ||
| 4 | + # @LastEditTime: 2025-09-03 12:37:12 | ||
| 5 | + # @FilePath: /mlaj/.env.development | ||
| 6 | + # @Description: 文件描述 | ||
| 7 | +### | ||
| 1 | # 资源公共路径 | 8 | # 资源公共路径 |
| 2 | VITE_BASE = / | 9 | VITE_BASE = / |
| 3 | 10 | ||
| ... | @@ -15,7 +22,9 @@ VITE_PIN = | ... | @@ -15,7 +22,9 @@ VITE_PIN = |
| 15 | 22 | ||
| 16 | # 反向代理服务器地址 | 23 | # 反向代理服务器地址 |
| 17 | # VITE_PROXY_TARGET = https://oa.anxinchashi.com/ | 24 | # VITE_PROXY_TARGET = https://oa.anxinchashi.com/ |
| 18 | -VITE_PROXY_TARGET = http://behalo.onwall.cn/ | 25 | +# VITE_PROXY_TARGET = http://behalo.onwall.cn/ |
| 26 | +# VITE_PROXY_TARGET = http://oa-dev.onwall.cn/ | ||
| 27 | +VITE_PROXY_TARGET = https://oa.behalo.cc/ | ||
| 19 | # VITE_PROXY_TARGET = https://www.wxgzjs.cn/ | 28 | # VITE_PROXY_TARGET = https://www.wxgzjs.cn/ |
| 20 | 29 | ||
| 21 | # PC端地址 | 30 | # PC端地址 | ... | ... |
-
Please register or login to post a comment