在配置路由系统页添加如下代码
application.add_handlers('a.chenyanfen.com$',[ (r"/index/(?P<page>\d*)",buy.Indexhadler) ])