forked from angelo/web-retail-h5
fix(selfService): bug-9 移除无用项
This commit is contained in:
parent
8d2d3f4424
commit
0955855195
|
@ -49,18 +49,6 @@ export default {
|
||||||
path: '/pages/delear/index',
|
path: '/pages/delear/index',
|
||||||
id: '4',
|
id: '4',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: '超级工作室备案',
|
|
||||||
url: '../../static/images/zz_gzs.png',
|
|
||||||
path: '/pages/superStudio/index',
|
|
||||||
id: '5',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: '创客发起人认证',
|
|
||||||
url: '../../static/images/zz_cxlj.png',
|
|
||||||
path: '/pages/makerspace/index',
|
|
||||||
id: '6',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: '月度历史累计业绩',
|
name: '月度历史累计业绩',
|
||||||
url: '../../static/images/zz_thhdd.png',
|
url: '../../static/images/zz_thhdd.png',
|
||||||
|
@ -107,24 +95,6 @@ export default {
|
||||||
path: '/pages/selfService/updateDomicile/updateDomicile',
|
path: '/pages/selfService/updateDomicile/updateDomicile',
|
||||||
id: '3',
|
id: '3',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: '经销商认证',
|
|
||||||
url: '../../static/images/zz_jxs.png',
|
|
||||||
path: '/pages/delear/index',
|
|
||||||
id: '4',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: '超级工作室备案',
|
|
||||||
url: '../../static/images/zz_gzs.png',
|
|
||||||
path: '/pages/superStudio/index',
|
|
||||||
id: '5',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: '创客发起人认证',
|
|
||||||
url: '../../static/images/zz_cxlj.png',
|
|
||||||
path: '/pages/makerspace/index',
|
|
||||||
id: '6',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: '月度历史累计业绩',
|
name: '月度历史累计业绩',
|
||||||
url: '../../static/images/zz_thhdd.png',
|
url: '../../static/images/zz_thhdd.png',
|
||||||
|
@ -164,18 +134,6 @@ export default {
|
||||||
path: '/pages/selfService/updateDomicile/updateDomicile',
|
path: '/pages/selfService/updateDomicile/updateDomicile',
|
||||||
id: '3',
|
id: '3',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: '经销商认证',
|
|
||||||
url: '../../static/images/zz_jxs.png',
|
|
||||||
path: '/pages/delear/index',
|
|
||||||
id: '4',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: '超级工作室备案',
|
|
||||||
url: '../../static/images/zz_gzs.png',
|
|
||||||
path: '/pages/superStudio/index',
|
|
||||||
id: '5',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: '体验中心发起人认证',
|
name: '体验中心发起人认证',
|
||||||
url: '../../static/images/zz_cxlj.png',
|
url: '../../static/images/zz_cxlj.png',
|
||||||
|
@ -235,6 +193,7 @@ export default {
|
||||||
})
|
})
|
||||||
const theselfHeader = []
|
const theselfHeader = []
|
||||||
this.selfServiceList.forEach((element) => {
|
this.selfServiceList.forEach((element) => {
|
||||||
|
|
||||||
if (element.ifshow == 0) {
|
if (element.ifshow == 0) {
|
||||||
theselfHeader.push(element)
|
theselfHeader.push(element)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue