|
@@ -6,7 +6,7 @@ VITE_PUBLIC_PATH = /
|
|
|
|
|
|
|
|
# Cross-domain proxy, you can configure multiple
|
|
# Cross-domain proxy, you can configure multiple
|
|
|
# Please note that no line breaks
|
|
# Please note that no line breaks
|
|
|
-VITE_PROXY = [["/api","https://localhost:5005"]]
|
|
|
|
|
|
|
+VITE_PROXY = [["/api","https://localhost:44326"]]
|
|
|
|
|
|
|
|
# Delete console
|
|
# Delete console
|
|
|
VITE_DROP_CONSOLE = false
|
|
VITE_DROP_CONSOLE = false
|
|
@@ -15,7 +15,7 @@ VITE_DROP_CONSOLE = false
|
|
|
VITE_GLOB_API_URL=/api
|
|
VITE_GLOB_API_URL=/api
|
|
|
|
|
|
|
|
# File upload address, optional
|
|
# File upload address, optional
|
|
|
-VITE_GLOB_UPLOAD_URL=https://localhost:5005
|
|
|
|
|
|
|
+VITE_GLOB_UPLOAD_URL=https://localhost:44326
|
|
|
|
|
|
|
|
# Interface prefix
|
|
# Interface prefix
|
|
|
VITE_GLOB_API_URL_PREFIX=
|
|
VITE_GLOB_API_URL_PREFIX=
|