|
@@ -4,7 +4,7 @@ VITE_APP_BASE_URL=http://172.17.0.2:8000
|
|
|
# https://docs.antdv-pro.com/guide/server.html
|
|
|
# The following api is requested when the request parameter includes customDev
|
|
|
VITE_APP_BASE_API_DEV=/dev-api
|
|
|
-VITE_APP_BASE_URL_DEV=http://127.0.0.1:6678/api
|
|
|
+VITE_APP_BASE_URL_DEV=http://172.17.0.2:8000/api
|
|
|
|
|
|
VITE_APP_LOAD_ROUTE_WAY=BACKEND
|
|
|
|