- 修改配置文件node_modules/angular-cli/lib/config/schema.json
default值就是默认的端口:4200
- 修改hosting.json的
{
"server.urls":
"http://localhost:5555;https://localhost:6666;"
}
3. 我是.Net core 和Angular4 就这样修改的- -
微信扫一扫
{
"server.urls":
"http://localhost:5555;https://localhost:6666;"
}
3. 我是.Net core 和Angular4 就这样修改的- -
相关推荐