routes: {
'product/:id': {
action: 'showProductById'
}
the url is: http://192.168.1.100/webapp/#product/10222233?sid=100
it could not enter into showProductById(),
Why? How should i do?
Printable View
routes: {
'product/:id': {
action: 'showProductById'
}
the url is: http://192.168.1.100/webapp/#product/10222233?sid=100
it could not enter into showProductById(),
Why? How should i do?
'product/:id[?].+'