mvc-config.json
3.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"defaultActionName": "index",
"layout": {
"default-layout": "new_layout",
"detail": "new_layout",
"magazine": "new_layout",
"about/*": "new_layout",
"error": "new_layout",
"default/index320": "new_layout320",
"magazine/index320": "new_layout320",
"video/index320": "new_layout320",
"writer/index320": "new_layout_writer320",
"tags/index320": "new_layout_writer320",
"search/index320": "new_layout_writer320",
"fashion/index320": "new_layout320"
},
"renderOptions": {
"login": {
"data": [
{
"one": "one1",
"two": "two",
"three": "three"
}, {
"one": "one2",
"two": "two",
"three": "three"
}
]
},
"default": "mvc-config-wangwei/mvc-config-wangwei",
"default/index_with_nothing": "mvc-config-wangwei/mvc-config-wangwei",
"default/index_without_advert": "mvc-config-wangwei/mvc-config-wangwei",
"default/index_without_centerbanner": "mvc-config-wangwei/mvc-config-default-without-center-banner",
"tag":"mvc-config-wangwei/mvc-config-tag",
"default/index320":"mvc-config-data",
"detail": "mvc-config-detail",
"magazine": "mvc-config-magazine",
"fashion":"mvc-config-wangwei/mvc-config-fashion",
"fashion/index_with_nothing":"mvc-config-wangwei/mvc-config-fashion-nothing",
"fashion/index_without_advert":"mvc-config-wangwei/mvc-config-fashion-no-advert",
"fashion/index_without_centerbanner":"mvc-config-wangwei/mvc-config-fashion",
"sports":"mvc-config-wangwei/mvc-config-sports",
"beauty":"mvc-config-wangwei/mvc-config-beauty",
"lifestyle":"mvc-config-wangwei/mvc-config-lifestyle",
"video":"mvc-config-wangwei/mvc-config-video",
"default/index320":"mvc-config-index320",
"magazine/index320":"mvc-config-magazine320",
"video/index320":"mvc-config-video320",
"writer/index320":"mvc-config-writer320",
"tags/index320":"mvc-config-tags320",
"search/index320":"mvc-config-tags320",
"fashion/index320":"mvc-config-fashion320"
},
"ajax": {
"todolist/getlist": ["这是我的list", "这是我的list", "这是我的list", "这是我的list", "这是我的list", "这是我的list", "这是我的list", "这是我的list"],
"todolist/getlist2": {
"ajaxRepeat": 3,
"ajaxData": {
"one": "one",
"two": "two",
"three": "three"
}
},
"comment/default/list": {
"status": true,
"code": 200,
"data": {
"comment": [
{
"username":"YOHO_9d5477",
"userimg":"http:\/\/rescdn.yohoboys.com\/res\/new\/boys\/images\/detail\/user-img120.png",
"type":"",
"partnerType":"yoho",
"isSelf":true,
"content":"22",
"id":"2116"
},
{
"username":"YOHO_9d5477",
"userimg":"http:\/\/rescdn.yohoboys.com\/res\/new\/boys\/images\/detail\/user-img120.png",
"type":"",
"partnerType":"yoho",
"isSelf":true,
"content":"33",
"id":"2115"
}
],
"total":"2",
"page":" "
},
"message":""
}
}
}