| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- [{
- "text": "统计分析",
- "iconCls": "x-sa sa-accountCenter",
- "items": [{
- "text": "注册统计",
- "items": [{
- "id": "1",
- "text": "企业注册数据",
- "viewType": "statistical-companyinfo"
- }, {
- "id": "2",
- "text": "个人注册数据",
- "viewType": "statistical-personinfo"
- }]
- }, {
- "text": "行为统计",
- "items": [{
- "id": "4",
- "text": "用户访问日志",
- "viewType": "statistical-loginlog"
- }]
- }]
- }, {
- "text": "客户服务",
- "iconCls": "x-sa sa-info",
- "items": [{
- "text": "客户反馈",
- "items": [{
- "id": "6",
- "text": "在线反馈",
- "viewType": "cuservice-feedback"
- }]
- }]
- }, {
- "text": "研发助手",
- "iconCls": "x-sa sa-setting",
- "items": [{
- "text": "工具",
- "items": [{
- "id": "9",
- "text":"清除系统缓存",
- "ctype": "Win",
- "viewType": "tools-clearcache"
- }, {
- "id": "10",
- "text": "冻结账号恢复",
- "ctype": "Win",
- "viewType": "tools-resetaccount"
- }]
- }]
- }]
|