127.0.0.1 Connection Refused β
WARNING
Not recommended for production use

When this happens,
- Old version: Go to
web/src/view/systemTools/formCreate/index.vueand replace127.0.0.1with local machine or server IP - New version: Go to the corresponding environment variables to modify the specified parameters
path : VITE_BASE_PATHport :VITE_SERVER_PORT
- Old version: Go to
The default port for server project is
8888, if you modify it, you also need to change127.0.0.1:8888to the corresponding portip:custom_port


