Browse Source

2023-12-26

master
guoxing 1 year 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_REPORT_URL = "http://192.168.2.106:7202"
##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"

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

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

Loading…
Cancel
Save