mvc-config.json 923 Bytes
{
    "defaultActionName": "index",
    "layout": {
        "default-layout": "new_layout"
    },
    "renderOptions": {
        "login": {
            "data": [
                {
                    "one": "one1",
                    "two": "two",
                    "three": "three"
                }, {
                    "one": "one2",
                    "two": "two",
                    "three": "three"
                }
            ]
        },
        "default": "mvc-config-wangwei.json"
    },
    "ajax": {
        "todolist/getlist": ["这是我的list", "这是我的list", "这是我的list", "这是我的list", "这是我的list", "这是我的list", "这是我的list", "这是我的list"],
        "todolist/getlist2": {
            "ajaxRepeat": 3,
            "ajaxData": {
                "one": "one",
                "two": "two",
                "three": "three"
            }
        }
    }
}