From c7da5fbdfe8bbe70d7a8c021f4400dbdad75e2b7 Mon Sep 17 00:00:00 2001 From: yangzongjia Date: Wed, 14 Jun 2023 15:46:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B9=9D=E4=B8=AA=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Sidebar/index.vue | 180 ++++++++++++------------ src/views/index9.vue | 100 +++++++------ 2 files changed, 144 insertions(+), 136 deletions(-) diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue index 40860ab..2d3d1de 100644 --- a/src/layout/components/Sidebar/index.vue +++ b/src/layout/components/Sidebar/index.vue @@ -256,96 +256,96 @@ export default { name: "", path: "/xiaoxi/xiaoxiList", }, - // { - // alwaysShow: true, - // component: "index1", - // meta: { - // icon: "icon-rizhi2", - // title: "数据报表", - // }, - // name: "", - // path: "/index1", - // }, - // { - // alwaysShow: true, - // component: "index2", - // meta: { - // icon: "icon-rizhi2", - // title: "业务审批", - // }, - // name: "", - // path: "/index2", - // }, - // { - // alwaysShow: true, - // component: "index3", - // meta: { - // icon: "icon-rizhi2", - // title: "工作调度", - // }, - // name: "", - // path: "/index3", - // }, - // { - // alwaysShow: true, - // component: "index4", - // meta: { - // icon: "icon-rizhi2", - // title: "风控管理", - // }, - // name: "", - // path: "/index4", - // }, - // { - // alwaysShow: true, - // component: "index5", - // meta: { - // icon: "icon-rizhi2", - // title: "消息中心", - // }, - // name: "", - // path: "/index5", - // }, - // { - // alwaysShow: true, - // component: "index6", - // meta: { - // icon: "icon-rizhi2", - // title: "组织结构", - // }, - // name: "", - // path: "/index6", - // }, - // { - // alwaysShow: true, - // component: "index7", - // meta: { - // icon: "icon-rizhi2", - // title: "客户管理", - // }, - // name: "", - // path: "/index7", - // }, - // { - // alwaysShow: true, - // component: "index8", - // meta: { - // icon: "icon-rizhi2", - // title: "仓库集控", - // }, - // name: "", - // path: "/index8", - // }, - // { - // alwaysShow: true, - // component: "index9", - // meta: { - // icon: "icon-rizhi2", - // title: "系统管理 ", - // }, - // name: "", - // path: "/index9", - // }, + { + alwaysShow: true, + component: "index1", + meta: { + icon: "icon-rizhi2", + title: "数据报表", + }, + name: "", + path: "/index1", + }, + { + alwaysShow: true, + component: "index2", + meta: { + icon: "icon-rizhi2", + title: "业务审批", + }, + name: "", + path: "/index2", + }, + { + alwaysShow: true, + component: "index3", + meta: { + icon: "icon-rizhi2", + title: "工作调度", + }, + name: "", + path: "/index3", + }, + { + alwaysShow: true, + component: "index4", + meta: { + icon: "icon-rizhi2", + title: "风控管理", + }, + name: "", + path: "/index4", + }, + { + alwaysShow: true, + component: "index5", + meta: { + icon: "icon-rizhi2", + title: "消息中心", + }, + name: "", + path: "/index5", + }, + { + alwaysShow: true, + component: "index6", + meta: { + icon: "icon-rizhi2", + title: "组织结构", + }, + name: "", + path: "/index6", + }, + { + alwaysShow: true, + component: "index7", + meta: { + icon: "icon-rizhi2", + title: "客户管理", + }, + name: "", + path: "/index7", + }, + { + alwaysShow: true, + component: "index8", + meta: { + icon: "icon-rizhi2", + title: "仓库集控", + }, + name: "", + path: "/index8", + }, + { + alwaysShow: true, + component: "index9", + meta: { + icon: "icon-rizhi2", + title: "系统管理 ", + }, + name: "", + path: "/index9", + }, ], params: { sourceSid: '5b8b2224-7272-4c56-a8d6-1dc426e2f3df', diff --git a/src/views/index9.vue b/src/views/index9.vue index 346cec7..c3d7029 100644 --- a/src/views/index9.vue +++ b/src/views/index9.vue @@ -1,62 +1,70 @@