运行ionic serve
会显示以下消息。但是,我在azure中登录了facebook,CORS只接受localhost
。这是将IP地址更改为localhost
的方法吗?
Running live reload server: http://192.168.0.5:35729
Watching: www/**/*, !www/lib/**/*, !www/**/*.map
√ Running dev server: http://192.168.0.5:8100
Ionic server commands, enter:
restart or r to restart the client app from the root
goto or g and a url to have the app navigate to the given url
consolelogs or c to enable/disable console log output
serverlogs or s to enable/disable server log output
quit or q to shutdown the server and exit
答案 0 :(得分:3)
ionic serve --address localhost
应该有用。