fix local host connect bug.

This commit is contained in:
alves
2026-02-09 09:52:10 +08:00
parent fdf853a430
commit fc466d0698

View File

@@ -16,7 +16,7 @@
#define LOCALHOST_PORT 13618
#define PAGE_HTTP_PORT 13619
#define LOCALHOST_URL "http://localhost:"
#define LOCALHOST_URL "http://127.0.0.1:"
namespace Slic3r { namespace GUI {