添加pc端注释

This commit is contained in:
mabo
2021-05-13 11:35:57 +08:00
parent ec3e958037
commit 14aad4c9cd
24 changed files with 104 additions and 713 deletions

View File

@@ -67,7 +67,6 @@ const UserMain = resolve => require(['@/pages/home/Main'], resolve);
* 店铺入驻 首页
* 店铺入驻 申请页
*/
const ShopEntryIndex = resolve => require(['@/pages/shopEntry/index'], resolve);
const ShopEntry = resolve => require(['@/pages/shopEntry/shop-entry'], resolve);
Vue.use(Router);
@@ -168,11 +167,6 @@ export default new Router({
title: '帮助中心'
}
},
{
path: '/shopEntryList',
name: 'shopEntryList',
component: ShopEntryIndex
},
{
path: '/shopEntry',
name: 'shopEntry',