madp-seed
Version:
A madp project
85 lines • 2.11 kB
JSON
{
"funcs": {
"baseUrl": "http://127.0.0.1:80/******/",
"transfer": {
"id": "transfer", //运营平台显示的功能id
"name": "转账",
"type": "vue", //类型: 外部链接:web eeui类型:eeui vue类型:vue native类型:native 页面类型:page
"path": "index.html#/transferAccountsIndex", //web类型时值如:www.baidu.com, eeui类型或 vue类型:vue
"zipPath": "http://*******/transfer.zip", //暂未用上
"params": {
"key1": "value1"
}
},
"financial": {
"id": "financial",
"name": "理财",
"type": "vue",
"path": "index.html#/financialLists",
"zipPath": "http://*******/financial.zip",
"params": {
"key1": "value1"
}
},
"financialDeatil": {
"id": "financialDeatil",
"name": "理财详情",
"type": "vue",
"path": "index.html#/financialDetails",
"zipPath": "http://*******/financialDetails.zip", //暂未用上
"params": {
"key1": "value1"
}
},
"help": {
"id": "help",
"name": "帮助中心",
"type": "vue",
"path": "index.html#/helpCenter",
"zipPath": "http://*******/help.zip", //暂未用上
"params": {
"key1": "value1"
}
},
"baidu": {
"id": "baidu",
"name": "外链",
"type": "web",
"path": "http://www.baidu.com",
"zipPath": "http://*******/transfer.zip",
"params": {
"key1": "value1"
}
},
"allmenu": {
"id": "allmenu",
"name": "全部功能",
"type": "page",
"path": "root://pages/homePage/all.js",
"zipPath": "http://*******/allmenu.zip",
"params": {
"key2": "key2"
}
},
"changeVersion": {
"id": "changeVersion",
"name": "版本切换",
"type": "eeui",
"path": "root://pages/tabbar/changeVersion.js",
"zipPath": "http://*******/allmenu.zip",
"params": {
"key2": "value2"
}
},
"scaner": {
"id": "scaner",
"name": "扫一扫",
"type": "native",
"path": "eeui.openScaner",
"zipPath": "http://*******/allmenu.zip",
"params": {
"key3": "value3"
}
}
}
}