|
@@ -2650,7 +2650,7 @@ export const asyncRouterMap = [
|
|
|
},
|
|
|
{
|
|
|
path: '/productManagement/newProduct',
|
|
|
- redirect: '/productManagement/newProduct/list',
|
|
|
+ redirect: '/productManagement/newProduct/list/onlineInfo/1',
|
|
|
name: 'productLaunchInfo',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
@@ -2661,7 +2661,7 @@ export const asyncRouterMap = [
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
|
{
|
|
|
- path: 'list',
|
|
|
+ path: 'list/:type/:onlineFalg',
|
|
|
name: 'productLaunchInfoList',
|
|
|
component: () => import(/* webpackChunkName: "productManagement" */ '@/views/productManagement/newProduct/list.vue'),
|
|
|
meta: {
|