If the project uses an external network interface, how to call the interface normally after build and packaging app

the graduation project plans to do an app, search for books and a daily popular api,build that uses book flags. After using the http-server server, you can call the network interface normally, but after packing the app, the screen is blank. How can you still call the network api after the package?

Menu