chore(projects): close http proxy

This commit is contained in:
Soybean 2024-06-02 01:43:30 +08:00
parent d0380ce5cb
commit d08a3817d1

2
.env
View File

@ -21,7 +21,7 @@ VITE_ROUTE_HOME=home
VITE_MENU_ICON=mdi:menu
# whether to enable http proxy when is dev mode
VITE_HTTP_PROXY=Y
VITE_HTTP_PROXY=N
# vue-router mode: hash | history | memory
VITE_ROUTER_HISTORY_MODE=history