TonyTang

Results 2 comments of TonyTang

[代码地址 https://github.com/supersoup/dashboardExample](https://github.com/supersoup/dashboardExample)

比如我的 url 是 “product/add", 然后: ``` avalon.router.get("product/:type", function(type) { avalon.log(type); //undifine }) ``` 就无法获取到我的 type 的值。