全新UI视觉体验,移动端API优化降低重复调用,提高并发6倍,修复N多Bug

This commit is contained in:
337031187
2021-06-11 17:41:16 +08:00
parent 37995ed9e6
commit 34bf68c7ed
582 changed files with 35633 additions and 28276 deletions

View File

@@ -69,6 +69,16 @@ const maintainRouter = {
icon: 'clipboard'
},
hidden: false
},
{
path: 'authCRMEB',
name: 'authCRMEB',
component: () => import('@/views/maintain/authCRMEB'),
meta: {
title: '授权',
icon: 'clipboard'
},
hidden: false
}
]
}

View File

@@ -46,7 +46,7 @@ const marketingRouter = {
path: 'record',
component: () => import('@/views/marketing/coupon/record/index'),
name: 'Record',
meta: { title: '会员领取记录', icon: '' }
meta: { title: '领取记录', icon: '' }
}
]
},

View File

@@ -35,7 +35,7 @@ const storeRouter = {
meta: { title: '商品评论', icon: '' }
},
{
path: 'list/creatProduct/:id?',
path: 'list/creatProduct/:id?/:isDisabled?',
component: () => import('@/views/store/creatStore/index'),
name: 'SortCreat',
meta: { title: '商品添加', noCache: true, activeMenu: `/store/index` },