mvc-config.json
1.85 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
{
"defaultActionName": "index",
"layout": {
"default-layout": "new_layout",
"detail": "detail_layout",
"magazine": "detail_layout",
"detail": "common_layout",
"magazine": "common_layout",
"about/*": "common_layout",
"error": "common_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.json",
"detail": "mvc-config-detail",
"magazine": "mvc-config-magazine",
"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"
}
}
}
}