Skip to content

Commit

Permalink
fix: set the default proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Mar 22, 2023
1 parent 6b322e2 commit e3b9fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit e3b9fc8

Please sign in to comment.