Commit 38ce8f02 authored by Bill's avatar Bill

fix: 修改路由

parent 37f755cc
......@@ -100,18 +100,18 @@ const router = [
path: '/',
redirect: '/home'
},
{
path: '/home',
name: 'home',
component: '@/pages/home',
icon: 'BarChartOutlined'
},
// {
// path: '/home',
// name: 'home',
// component: '@/pages/home',
// icon: 'BarChartOutlined'
// },
// ...routeList,
// merchantMarketingRoute,
// ruleSettingRoutes,
marketingRoutes,
// marketingRoutes,
// platformCouponManageRoute,
// ...asyncRoutes,
...asyncRoutes,
// purchaseBidRoute,
{
path: '/noAuth',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment