2023-12-26

This commit is contained in:
2023-12-26 10:23:56 +08:00
parent a7996825c4
commit 4775545bab
2 changed files with 33 additions and 32 deletions

View File

@@ -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"

View File

@@ -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",