3
0
Fork 0

fix(selfService): bug-9 移除无用项

This commit is contained in:
ywk 2025-04-09 11:41:37 +08:00
parent 8d2d3f4424
commit 0955855195
1 changed files with 1 additions and 42 deletions

View File

@ -49,18 +49,6 @@ export default {
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: '月度历史累计业绩',
url: '../../static/images/zz_thhdd.png',
@ -107,24 +95,6 @@ export default {
path: '/pages/selfService/updateDomicile/updateDomicile',
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: '月度历史累计业绩',
url: '../../static/images/zz_thhdd.png',
@ -164,18 +134,6 @@ export default {
path: '/pages/selfService/updateDomicile/updateDomicile',
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',
@ -235,6 +193,7 @@ export default {
})
const theselfHeader = []
this.selfServiceList.forEach((element) => {
if (element.ifshow == 0) {
theselfHeader.push(element)
}