修改ESLint问题
This commit is contained in:
@@ -51,7 +51,7 @@ export const constantRoutes = [
|
||||
path: 'dashboard',
|
||||
name: 'Dashboard',
|
||||
component: () => import('@/views/dashboard/index'),
|
||||
meta: {title: 'Dashboard', icon: 'dashboard'}
|
||||
meta: { title: 'Dashboard', icon: 'dashboard' }
|
||||
}]
|
||||
},
|
||||
|
||||
@@ -130,88 +130,88 @@ export const constantRoutes = [
|
||||
path: '/product',
|
||||
component: Layout,
|
||||
redirect: '/product/category/list',
|
||||
meta: {title: '商品信息管理', icon: 'dashboard'},
|
||||
meta: { title: '商品信息管理', icon: 'dashboard' },
|
||||
alwaysShow: true,
|
||||
children: [
|
||||
{
|
||||
path: 'category/list',
|
||||
name: 'Category',
|
||||
component: () => import('@/views/product/category/list'),
|
||||
meta: {title: '商品分类'}
|
||||
meta: { title: '商品分类' }
|
||||
},
|
||||
{
|
||||
path: 'category/add',
|
||||
name: 'CategoryAdd',
|
||||
component: () => import('@/views/product/category/form'),
|
||||
meta: {title: '添加'},
|
||||
meta: { title: '添加' },
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: 'category/edit/:id',
|
||||
name: 'CategoryEdit',
|
||||
component: () => import('@/views/product/category/form'),
|
||||
meta: {title: '编辑', noCache: true},
|
||||
meta: { title: '编辑', noCache: true },
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: 'attrGroup/list',
|
||||
name: 'AttrGroup',
|
||||
component: () => import('@/views/product/attrGroup/list'),
|
||||
meta: {title: '平台属性分组'}
|
||||
meta: { title: '平台属性分组' }
|
||||
},
|
||||
{
|
||||
path: 'attrGroup/add',
|
||||
name: 'AttrGroupAdd',
|
||||
component: () => import('@/views/product/attrGroup/form'),
|
||||
meta: {title: '添加'},
|
||||
meta: { title: '添加' },
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: 'attrGroup/edit/:id',
|
||||
name: 'AttrGroupEdit',
|
||||
component: () => import('@/views/product/attrGroup/form'),
|
||||
meta: {title: '编辑', noCache: true},
|
||||
meta: { title: '编辑', noCache: true },
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: 'attr/list/:id',
|
||||
name: 'AttrList',
|
||||
component: () => import('@/views/product/attr/list'),
|
||||
meta: {title: '平台属性列表', noCache: true},
|
||||
meta: { title: '平台属性列表', noCache: true },
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: 'attr/add',
|
||||
name: 'AttrAdd',
|
||||
component: () => import('@/views/product/attr/form'),
|
||||
meta: {title: '添加'},
|
||||
meta: { title: '添加' },
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: 'attr/edit/:id',
|
||||
name: 'AttrEdit',
|
||||
component: () => import('@/views/product/attr/form'),
|
||||
meta: {title: '编辑', noCache: true},
|
||||
meta: { title: '编辑', noCache: true },
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: 'skuInfo/list',
|
||||
name: 'SkuInfo',
|
||||
component: () => import('@/views/product/skuInfo/list'),
|
||||
meta: {title: 'SKU列表'}
|
||||
meta: { title: 'SKU列表' }
|
||||
},
|
||||
{
|
||||
path: 'skuInfo/add',
|
||||
name: 'SkuInfoAdd',
|
||||
component: () => import('@/views/product/skuInfo/form'),
|
||||
meta: {title: '添加'},
|
||||
meta: { title: '添加' },
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: 'skuInfo/edit/:id',
|
||||
name: 'SkuInfoEdit',
|
||||
component: () => import('@/views/product/skuInfo/form'),
|
||||
meta: {title: '编辑', noCache: true},
|
||||
meta: { title: '编辑', noCache: true },
|
||||
hidden: true
|
||||
}
|
||||
]
|
||||
@@ -222,7 +222,7 @@ export const constantRoutes = [
|
||||
component: Layout,
|
||||
redirect: '/activity/seckill',
|
||||
name: 'Activity',
|
||||
meta: {title: '营销活动管理', icon: 'dashboard'},
|
||||
meta: { title: '营销活动管理', icon: 'dashboard' },
|
||||
alwaysShow: true,
|
||||
children: [
|
||||
// {
|
||||
@@ -257,54 +257,54 @@ export const constantRoutes = [
|
||||
path: 'activityInfo/list',
|
||||
name: 'ActivityInfo',
|
||||
component: () => import('@/views/activity/activityInfo/list'),
|
||||
meta: {title: '活动列表'}
|
||||
meta: { title: '活动列表' }
|
||||
},
|
||||
{
|
||||
path: 'activityInfo/add',
|
||||
name: 'ActivityInfoAdd',
|
||||
component: () => import('@/views/activity/activityInfo/form'),
|
||||
meta: {title: '添加'},
|
||||
meta: { title: '添加' },
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: 'activityInfo/edit/:id',
|
||||
name: 'ActivityInfoEdit',
|
||||
component: () => import('@/views/activity/activityInfo/form'),
|
||||
meta: {title: '编辑', noCache: true},
|
||||
meta: { title: '编辑', noCache: true },
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: 'activityInfo/rule/:id',
|
||||
name: 'ActivityInfoRule',
|
||||
component: () => import('@/views/activity/activityInfo/rule'),
|
||||
meta: {title: '规则', noCache: true},
|
||||
meta: { title: '规则', noCache: true },
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: 'couponInfo/list',
|
||||
name: 'CouponInfo',
|
||||
component: () => import('@/views/activity/couponInfo/list'),
|
||||
meta: {title: '优惠券列表'}
|
||||
meta: { title: '优惠券列表' }
|
||||
},
|
||||
{
|
||||
path: 'couponInfo/add',
|
||||
name: 'CouponInfoAdd',
|
||||
component: () => import('@/views/activity/couponInfo/form'),
|
||||
meta: {title: '添加'},
|
||||
meta: { title: '添加' },
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: 'couponInfo/edit/:id',
|
||||
name: 'CouponInfoEdit',
|
||||
component: () => import('@/views/activity/couponInfo/form'),
|
||||
meta: {title: '编辑', noCache: true},
|
||||
meta: { title: '编辑', noCache: true },
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: 'couponInfo/rule/:id',
|
||||
name: 'CouponInfoRule',
|
||||
component: () => import('@/views/activity/couponInfo/rule'),
|
||||
meta: {title: '规则', noCache: true},
|
||||
meta: { title: '规则', noCache: true },
|
||||
hidden: true
|
||||
}
|
||||
]
|
||||
@@ -315,20 +315,20 @@ export const constantRoutes = [
|
||||
component: Layout,
|
||||
redirect: '/user/leader/list',
|
||||
name: 'Leader',
|
||||
meta: {title: '团长管理', icon: 'table'},
|
||||
meta: { title: '团长管理', icon: 'table' },
|
||||
alwaysShow: true,
|
||||
children: [
|
||||
{
|
||||
path: 'leader/checkList',
|
||||
name: 'LeaderCheck',
|
||||
component: () => import('@/views/user/leader/checkList'),
|
||||
meta: {title: '团长待审核'}
|
||||
meta: { title: '团长待审核' }
|
||||
},
|
||||
{
|
||||
path: 'leader/list',
|
||||
name: 'leader',
|
||||
component: () => import('@/views/user/leader/list'),
|
||||
meta: {title: '团长已审核'}
|
||||
meta: { title: '团长已审核' }
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -338,38 +338,38 @@ export const constantRoutes = [
|
||||
path: '/order',
|
||||
component: Layout,
|
||||
redirect: '/order/orderInfo/list',
|
||||
meta: {title: '订单管理', icon: 'table'},
|
||||
meta: { title: '订单管理', icon: 'table' },
|
||||
alwaysShow: true,
|
||||
children: [
|
||||
{
|
||||
path: 'orderInfo/list',
|
||||
name: 'OrderInfo',
|
||||
component: () => import('@/views/order/orderInfo/list'),
|
||||
meta: {title: '订单列表'}
|
||||
meta: { title: '订单列表' }
|
||||
},
|
||||
{
|
||||
path: 'orderInfo/show/:id',
|
||||
name: 'OrderInfoShow',
|
||||
component: () => import('@/views/order/orderInfo/show'),
|
||||
meta: {title: '查看', noCache: true},
|
||||
meta: { title: '查看', noCache: true },
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: 'orderInfo/deliverList',
|
||||
name: 'DetailList',
|
||||
component: () => import('@/views/order/orderInfo/deliverList'),
|
||||
meta: {title: '发货列表'}
|
||||
meta: { title: '发货列表' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
// 404 page must be placed at the end !!!
|
||||
{path: '*', redirect: '/404', hidden: true}
|
||||
{ path: '*', redirect: '/404', hidden: true }
|
||||
]
|
||||
|
||||
const createRouter = () => new Router({
|
||||
// mode: 'history', // require service support
|
||||
scrollBehavior: () => ({y: 0}),
|
||||
scrollBehavior: () => ({ y: 0 }),
|
||||
routes: constantRoutes
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user