Showing
1 changed file
with
40 additions
and
33 deletions
1 | -;woman首页 | ||
2 | -routes.girlindex.type = "rewrite" | ||
3 | -routes.girlindex.match = "/woman" | ||
4 | -routes.girlindex.route.module = Index | ||
5 | -routes.girlindex.route.controller = Girls | ||
6 | -routes.girlindex.route.action = index | ||
7 | - | ||
8 | -;验证码 | ||
9 | -routes.passportimage.type = "rewrite" | ||
10 | -routes.passportimage.match = "/passport/images" | ||
11 | -routes.passportimage.route.module = Passport | ||
12 | -routes.passportimage.route.controller = Images | ||
13 | -routes.passportimage.route.action = index | ||
14 | - | ||
15 | -; 登录页 | ||
16 | -routes.login.type = "rewrite" | ||
17 | -routes.login.match = "/signin.html" | ||
18 | -routes.login.route.module = Passport | ||
19 | -routes.login.route.controller = Login | ||
20 | -routes.login.route.action = Index | ||
21 | - | ||
22 | -; 登录退出页 | ||
23 | -routes.logout.type = "rewrite" | ||
24 | -routes.logout.match = "/logout.html" | ||
25 | -routes.logout.route.module = Passport | ||
26 | -routes.logout.route.controller = Login | ||
27 | -routes.logout.route.action = Out | ||
28 | - | ||
29 | -; 注册页 | ||
30 | -routes.reg.type = "rewrite" | ||
31 | -routes.reg.match = "/reg.html" | ||
32 | -routes.reg.route.module = Passport | ||
33 | -routes.reg.route.controller = Register | 1 | +;默认首页 |
2 | +routes.index.type = "rewrite" | ||
3 | +routes.index.match = "/index.html" | ||
4 | +routes.index.route.module = Index | ||
5 | +routes.index.route.controller = Index | ||
6 | +routes.index.route.action = Index | ||
7 | + | ||
8 | +;woman首页 | ||
9 | +routes.girlindex.type = "rewrite" | ||
10 | +routes.girlindex.match = "/woman" | ||
11 | +routes.girlindex.route.module = Index | ||
12 | +routes.girlindex.route.controller = Girls | ||
13 | +routes.girlindex.route.action = index | ||
14 | + | ||
15 | +;验证码 | ||
16 | +routes.passportimage.type = "rewrite" | ||
17 | +routes.passportimage.match = "/passport/images" | ||
18 | +routes.passportimage.route.module = Passport | ||
19 | +routes.passportimage.route.controller = Images | ||
20 | +routes.passportimage.route.action = index | ||
21 | + | ||
22 | +; 登录页 | ||
23 | +routes.login.type = "rewrite" | ||
24 | +routes.login.match = "/signin.html" | ||
25 | +routes.login.route.module = Passport | ||
26 | +routes.login.route.controller = Login | ||
27 | +routes.login.route.action = Index | ||
28 | + | ||
29 | +; 登录退出页 | ||
30 | +routes.logout.type = "rewrite" | ||
31 | +routes.logout.match = "/logout.html" | ||
32 | +routes.logout.route.module = Passport | ||
33 | +routes.logout.route.controller = Login | ||
34 | +routes.logout.route.action = Out | ||
35 | + | ||
36 | +; 注册页 | ||
37 | +routes.reg.type = "rewrite" | ||
38 | +routes.reg.match = "/reg.html" | ||
39 | +routes.reg.route.module = Passport | ||
40 | +routes.reg.route.controller = Register | ||
34 | routes.reg.route.action = Index | 41 | routes.reg.route.action = Index |
-
Please register or login to post a comment