madp-seed
Version:
A madp project
74 lines • 2.03 kB
JSON
{
"scenes": {
"transfer": {
"id": "transfer",
"name": "转账",
"type": "web",
"path": "index.html#/transferAccountsIndex",
"params": {
"key1": "value1"
}
},
"financial": {
"id": "financial",
"name": "理财列表",
"type": "web",
"path": "index.html#/financialLists",
"params": {
"key1": "value1"
}
},
"financialDeatil": {
"id": "financialDeatil",
"name": "理财详情",
"type": "web",
"path": "index.html#/financialDetails",
"params": {
"key1": "value1"
}
},
"help": {
"id": "help",
"name": "帮助中心",
"type": "web",
"path": "index.html#/helpCenter",
"params": {
"key1": "value1"
}
},
"website": {
"id": "website",
"name": "外链",
"type": "web",
"path": "https://cn.vuejs.org/",
"params": {
"key1": "value1"
}
},
"allmenu": {
"id": "allmenu",
"name": "全部功能",
"type": "configPage",
"path": "allmenu.json",
"params": {
"key2": "key2"
}
},
"changeVersion": {
"id": "changeVersion",
"name": "版本切换",
"type": "weex",
"path": "root://pages/tabbar/changeVersion.js",
"params": {"key2":"value2"}
},
"scaner": {
"id": "scaner",
"name": "扫一扫",
"type": "native",
"path": "eeui.openScaner",
"params": {
"key3": "value3"
}
}
}
}