recently started using ionic3
I"m a little confused about routing
 
 "/home/goods" 
"/home"    /goods
  
 
 because the"/ home" "relationship will still be at the top of / goods-detail, now I want to take out the goods-detail alone 
  http://localhost:8100/-sharp/goods-detail so that using the html of / home will not affect the change of the page. I don"t know if there is any good way to ask for advice 
