diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue
index 97e250e..40860ab 100644
--- a/src/layout/components/Sidebar/index.vue
+++ b/src/layout/components/Sidebar/index.vue
@@ -256,66 +256,96 @@ export default {
name: "",
path: "/xiaoxi/xiaoxiList",
},
- {
- alwaysShow: true,
- component: "index1",
- meta: {
- icon: "icon-rizhi2",
- title: "index1",
- },
- name: "",
- path: "/index1",
- },
- {
- alwaysShow: true,
- component: "index2",
- meta: {
- icon: "icon-rizhi2",
- title: "index2",
- },
- name: "",
- path: "/index2",
- },
- {
- alwaysShow: true,
- component: "index3",
- meta: {
- icon: "icon-rizhi2",
- title: "index3",
- },
- name: "",
- path: "/index3",
- },
- {
- alwaysShow: true,
- component: "index4",
- meta: {
- icon: "icon-rizhi2",
- title: "index4",
- },
- name: "",
- path: "/index4",
- },
- {
- alwaysShow: true,
- component: "index5",
- meta: {
- icon: "icon-rizhi2",
- title: "index5",
- },
- name: "",
- path: "/index5",
- },
- {
- alwaysShow: true,
- component: "index6",
- meta: {
- icon: "icon-rizhi2",
- title: "index6",
- },
- name: "",
- path: "/index6",
- },
+ // {
+ // 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/router/index.js b/src/router/index.js
index b2f260b..3ccad2d 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -84,7 +84,7 @@ export const constantRoutes = [
component: () => import("@/views/index1.vue"),
name: "index1",
meta: {
- title: "报警",
+ title: "数据报表",
noCache: true,
affix: true,
},
@@ -100,7 +100,7 @@ export const constantRoutes = [
component: () => import("@/views/index2.vue"),
name: "index2",
meta: {
- title: "报警",
+ title: "业务审批",
noCache: true,
affix: true,
},
@@ -117,7 +117,7 @@ export const constantRoutes = [
component: () => import("@/views/index3.vue"),
name: "index3",
meta: {
- title: "报警",
+ title: "工作调度",
noCache: true,
affix: true,
},
@@ -135,7 +135,7 @@ export const constantRoutes = [
component: () => import("@/views/index4.vue"),
name: "index4",
meta: {
- title: "报警",
+ title: "风控管理",
noCache: true,
affix: true,
},
@@ -153,7 +153,7 @@ export const constantRoutes = [
component: () => import("@/views/index5.vue"),
name: "index5",
meta: {
- title: "报警",
+ title: "消息中心",
noCache: true,
affix: true,
},
@@ -171,7 +171,61 @@ export const constantRoutes = [
component: () => import("@/views/index6.vue"),
name: "index6",
meta: {
- title: "报警",
+ title: "组织架构",
+ noCache: true,
+ affix: true,
+ },
+ }
+
+ ],
+ },
+ {
+ path: "/index7",
+ component: Layout,
+ redirect: "/index7",
+ children: [
+ {
+ path: "/index7",
+ component: () => import("@/views/index7.vue"),
+ name: "index7",
+ meta: {
+ title: "客户管理",
+ noCache: true,
+ affix: true,
+ },
+ }
+
+ ],
+ },
+ {
+ path: "/index8",
+ component: Layout,
+ redirect: "/index8",
+ children: [
+ {
+ path: "/index8",
+ component: () => import("@/views/index8.vue"),
+ name: "index8",
+ meta: {
+ title: "仓库集控",
+ noCache: true,
+ affix: true,
+ },
+ }
+
+ ],
+ },
+ {
+ path: "/index9",
+ component: Layout,
+ redirect: "/index9",
+ children: [
+ {
+ path: "/index9",
+ component: () => import("@/views/index9.vue"),
+ name: "index9",
+ meta: {
+ title: "系统管理",
noCache: true,
affix: true,
},
diff --git a/src/views/index2.vue b/src/views/index2.vue
index 3c7e02a..fc58d79 100644
--- a/src/views/index2.vue
+++ b/src/views/index2.vue
@@ -1,5 +1,4 @@
-
+ 直接采购
+
+
+ 委托采购
+
+
+ 调拨采购
+
+
+ 秘密采购
+
+
- 销售报表
-
-
- 销售汇总日报表
-
-
- 在途商品管理表
-
-
- 在途商品汇总统计表
-
-