82 lines
1.2 KiB
JSON
82 lines
1.2 KiB
JSON
{
|
|
"widgettype":"TabPanel",
|
|
"options":{
|
|
"height":"100%",
|
|
"width":"400px",
|
|
"tab_pos":"left",
|
|
"items":[
|
|
{
|
|
"name":"develop",
|
|
"content":{
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"develop.json"
|
|
}
|
|
},
|
|
"label":"开发"
|
|
|
|
},
|
|
{
|
|
"name":"customer",
|
|
"content":{
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"portial_customer.json"
|
|
}
|
|
},
|
|
"label":"客户"
|
|
},
|
|
{
|
|
"name":"business",
|
|
"content":{
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"portial_busi.json"
|
|
}
|
|
},
|
|
"label":"运营"
|
|
},
|
|
{
|
|
"name":"sale",
|
|
"content":{
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"portial_sale.json"
|
|
}
|
|
},
|
|
"label":"销售"
|
|
},
|
|
{
|
|
"name":"accounting",
|
|
"content":{
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"portial_acc.json"
|
|
}
|
|
},
|
|
"label":"财务"
|
|
},
|
|
{
|
|
"name":"maintain",
|
|
"content":{
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"portial_maintain.json"
|
|
}
|
|
},
|
|
"label":"运维"
|
|
},
|
|
{
|
|
"name":"management",
|
|
"content":{
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"mgr_menu.json"
|
|
}
|
|
},
|
|
"label":"管理"
|
|
}
|
|
]
|
|
}
|
|
}
|