08335 / hivui-platform-template
hivui平台项目模板
Newer
Older
hivui-platform-template / project / setting / studio / userlibrary / json / 1.0.0 / userlibrary.json
caibinghong on 28 Dec 2021 test
{
    "desktop": {
        "biz": {
            "desc": "用户函数",
            "code": "UserFunc",
            "param": "",
            "funclibType": "class",
            "children": [
                {
                    "desc": "用户ID",
                    "code": "userId",
                    "param": "",
                    "return": "",
                    "funclibType": "method"
                }
            ]
        }
    },
    "mobile": {},
    "server": {}
}