;woman首页 routes.girlindex.type = "rewrite" routes.girlindex.match = "/woman" routes.girlindex.route.module = Index routes.girlindex.route.controller = Girls routes.girlindex.route.action = index ;验证码 routes.passportimage.type = "rewrite" routes.passportimage.match = "/passport/images" routes.passportimage.route.module = Passport routes.passportimage.route.controller = Images routes.passportimage.route.action = index ; 登录页 routes.login.type = "rewrite" routes.login.match = "/signin.html" routes.login.route.module = Passport routes.login.route.controller = Login routes.login.route.action = Index ; 登录退出页 routes.logout.type = "rewrite" routes.logout.match = "/passport/signout/index" routes.logout.route.module = Passport routes.logout.route.controller = Login routes.logout.route.action = Out ; 注册页 routes.reg.type = "rewrite" routes.reg.match = "/reg.html" routes.reg.route.module = Passport routes.reg.route.controller = Register routes.reg.route.action = Index