diff --git a/.env.development b/.env.development index 4ca33481..495ce277 100644 --- a/.env.development +++ b/.env.development @@ -6,7 +6,7 @@ VITE_PUBLIC_PATH = / # Cross-domain proxy, you can configure multiple # Please note that no line breaks -VITE_PROXY = [["/sys-api","http://192.168.50.204:9100"],["/file-manager","http://192.168.50.204:9102"], ["/mms-api","http://192.168.50.204:9104"]] +VITE_PROXY = [["/sys-api","http://localhost:9100"],["/file-manager","http://localhost:9102"], ["/mms-api","http://localhost:9104"]] VITE_BUILD_COMPRESS = 'none'