From 8821d58b51fa044bf9b34c6dffe48dc1f44f6f91 Mon Sep 17 00:00:00 2001 From: liupopo Date: Wed, 14 Jun 2023 19:13:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 +- src/layout/components/Sidebar/index.vue | 180 ++++++++++++------------ src/views/index8.vue | 3 - vue.config.js | 4 +- 4 files changed, 94 insertions(+), 97 deletions(-) diff --git a/.env.production b/.env.production index b41d2e0..b6e4466 100644 --- a/.env.production +++ b/.env.production @@ -2,8 +2,8 @@ ENV = 'production' # base api -# VUE_APP_BASE_API = '/monitorapi' -VUE_APP_BASE_API = '/api' +VUE_APP_BASE_API = '/monitorapi' +# VUE_APP_BASE_API = '/api' ## 配置 正式接口地址 VUE_APP_URL = "http://120.46.131.15:8111" diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue index 2d3d1de..40860ab 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/index8.vue b/src/views/index8.vue index 6265ad8..86ad0e4 100644 --- a/src/views/index8.vue +++ b/src/views/index8.vue @@ -111,9 +111,6 @@