| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- [{
- "text": "统计分析",
- "iconCls": "x-sa sa-accountCenter",
- "items": [{
- "text": "注册统计",
- "items": [{
- "id": "1",
- "text": "企业注册数据",
- "viewType": "statistical-companyreginfo"
- }, {
- "id": "2",
- "text": "个人注册数据",
- "viewType": "statistical-personreginfo"
- }]
- }, {
- "text": "行为统计",
- "items": [{
- "id": "4",
- "text": "用户访问日志",
- "viewType": "statistical-loginlog"
- }, {
- "id": "5",
- "text": "企业分析",
- "viewType": "statistical-companyanalysis"
- }]
- }]
- }, {
- "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"
- }]
- }]
- }]
|