diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 1ee8826..c6d6601 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -254,12 +254,6 @@ "script": "this.open_tab({name:'platform_agent',label:'平台内部助手',url:'/pipeline-platform/agent_platform',removable:true})" }, {% endif %} - { - "name": "skill_manage", - "label": "技能管理", - "icon": "{{entire_url('/imgs/cubes.svg')}}", - "script": "this.open_tab({name:'skill_manage',label:'技能管理',url:'/pipeline_core/skill_proposals',removable:true})" - }, { "name": "pipelines_group", "label": "产线", @@ -292,24 +286,12 @@ } ] }, - { - "name": "wechat_channel", - "label": "微信通道", - "icon": "", - "script": "this.open_tab({name:'wechat_channel',label:'微信通道',url:'/pipeline-sdlc/wechat_config/index.ui',removable:true})" - }, { "name": "pipeline_ops", "label": "运营管理", "icon": "{{entire_url('/imgs/dashboard.svg')}}", "script": "this.open_tab({name:'pipeline_ops',label:'运营管理',url:'/pipeline_ops',removable:true})" }, - { - "name": "pipeline_task", - "label": "任务中心", - "icon": "{{entire_url('/imgs/rocket.svg')}}", - "script": "this.open_tab({name:'pipeline_task',label:'任务中心',url:'/pipeline_task',removable:true})" - }, { "name": "accounting", "label": "账务管理", @@ -442,23 +424,6 @@ } ] }, - { - "name": "dda_approval", - "label": "钉钉审批", - "icon": "{{entire_url('/imgs/workflow.svg')}}", - "items": [ - { - "name": "dda_apvcfg", - "label": "审批节点配置", - "script": "this.open_tab({name:'dda_apvcfg',label:'审批节点配置',url:'/dingdingflow/dda_approval_configs/index.ui',removable:true})" - }, - { - "name": "dda_apvrec", - "label": "审批记录", - "script": "this.open_tab({name:'dda_apvrec',label:'审批记录',url:'/dingdingflow/dda_approvals/index.ui',removable:true})" - } - ] - }, { "name": "rag_kb", "label": "知识库", @@ -636,6 +601,27 @@ "name": "dapi_downapikey", "label": "下位系统API Key", "script": "this.open_tab({name:'dapi_downapikey',label:'下位系统API Key',url:'/dapi/downapikey',removable:true})" + }, + { + "name": "wechat_channel", + "label": "微信通道", + "script": "this.open_tab({name:'wechat_channel',label:'微信通道',url:'/pipeline-sdlc/wechat_config/index.ui',removable:true})" + }, + { + "name": "dda_approval", + "label": "钉钉审批", + "items": [ + { + "name": "dda_apvcfg", + "label": "审批节点配置", + "script": "this.open_tab({name:'dda_apvcfg',label:'审批节点配置',url:'/dingdingflow/dda_approval_configs/index.ui',removable:true})" + }, + { + "name": "dda_apvrec", + "label": "审批记录", + "script": "this.open_tab({name:'dda_apvrec',label:'审批记录',url:'/dingdingflow/dda_approvals/index.ui',removable:true})" + } + ] } ] }