Ben bu sırayla 2 güzergahlarını takip etmek zorunda olduğunu söylüyor:
Zip:
url: home/:zip
param: { module: home, action: results }
State:
url: home/:state
param: { module: home, action: results }
ve ben gibi bir yolu kullanın:
'@State?state=CA'
Why does it resolve to the Zip route? I thought when you specified the route name explicitly: '@State' that it did not parse the entire routing file and just used the specific route you asked for.
Ben sadece iki kez farklı bir parametre geçmek için aynı eylemi (sonuçlar) oluşturmak zorunda istemiyorum değişken adı (zip ya da devlet) dayalı verileri görüntülemek için aynı eylemi kullanmak mümkün istiyorum.