|
|
;默认首页
|
|
|
routes.index.type = "rewrite"
|
|
|
routes.index.match = "/index.html"
|
|
|
routes.index.route.module = Index
|
|
|
routes.index.route.controller = Index
|
|
|
routes.index.route.action = Index
|
|
|
|
|
|
;woman首页
|
|
|
routes.girlindex.type = "rewrite"
|
|
|
routes.girlindex.match = "/woman"
|
...
|
...
|
|