Compare commits

...

1 Commits

Author SHA1 Message Date
liu.xiaofeng@ebiz-digits.com
703d0b36c1 一月修改为旺季 2024-02-01 10:08:29 +08:00
2 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ export default [
name: 'Prefecture',
component: PerformanceReport,
meta: {
title: '一月业绩查询'
title: '旺季业绩查询'
}
},
{
@@ -31,7 +31,7 @@ export default [
name: 'Prefecture',
component: Prefecture,
meta: {
title: '一月专区'
title: '旺季专区'
}
},
{
@@ -53,7 +53,7 @@ export default [
name: 'GoodStartScheme',
component: GoodStartScheme,
meta: {
title: '一月方案'
title: '旺季方案'
}
},
{
@@ -61,7 +61,7 @@ export default [
name: 'businessMap',
component: businessMap,
meta: {
title: '一月业务地图'
title: '旺季业务地图'
}
},
{
@@ -77,7 +77,7 @@ export default [
name: 'newsPaper',
component: newsPaper,
meta: {
title: '一月实时贺报'
title: '旺季实时贺报'
}
}
]

View File

@@ -36,7 +36,7 @@ export default {
const res =await getServiceConfig({})
if (res.sections) {
res.sections.forEach(e=>{
if(e.name.indexOf('一月专区')!=-1){
if(e.name.indexOf('旺季专区')!=-1){
this.menuList =e.items;
}
})