2023-12-26
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user