Browse Source

2023-12-26

master
guoxing 2 years ago
parent
commit
4775545bab
  1. 1
      .env.development
  2. 64
      src/layout/components/Sidebar/index.vue

1
.env.development

@ -11,4 +11,5 @@ VUE_APP_BASE_API = '/api'
VUE_APP_URL = "http://192.168.2.103:7201" VUE_APP_URL = "http://192.168.2.103:7201"
VUE_APP_REPORT_URL = "http://192.168.2.106:7202" VUE_APP_REPORT_URL = "http://192.168.2.106:7202"
##VUE_APP_REPORT_URL = "https://lpk.yyundong.com" ##VUE_APP_REPORT_URL = "https://lpk.yyundong.com"
##VUE_APP_REPORT_URL = "https://supervise.yxtsoft.com/lpk"
##VUE_APP_URL = "http://8.130.39.13:8112" ##VUE_APP_URL = "http://8.130.39.13:8112"

64
src/layout/components/Sidebar/index.vue

@ -112,40 +112,40 @@
// }, // },
] ]
}, },
{ // {
alwaysShow: true, // alwaysShow: true,
component: "carManage", // component: "carManage",
meta: { // meta: {
icon: "el-icon-menu", // icon: "el-icon-menu",
title: "营销卡管理", // title: "",
}, // },
name: "/cardManage", // name: "/cardManage",
path: "/cardManage", // path: "/cardManage",
children: [ // children: [
{ // {
alwaysShow: true, // alwaysShow: true,
component: "person", // component: "person",
meta: { // meta: {
icon: "el-icon-help", // icon: "el-icon-help",
title: "提货卡统计", // title: "",
}, // },
name: "/cardManage/person", // name: "/cardManage/person",
path: "/cardManage/person", // path: "/cardManage/person",
}, // },
{ // {
alwaysShow: true, // alwaysShow: true,
component: "enterprise", // component: "enterprise",
meta: { // meta: {
icon: "el-icon-help", // icon: "el-icon-help",
title: "企业卡统计", // title: "",
}, // },
name: "/cardManage/enterprise", // name: "/cardManage/enterprise",
path: "/cardManage/enterprise", // path: "/cardManage/enterprise",
}, // },
] // ]
}, // },
{ {
alwaysShow: true, alwaysShow: true,
component: "pickupPoint", component: "pickupPoint",

Loading…
Cancel
Save