Browse Source

新品上线信息

chenrui 1 year ago
parent
commit
ab5513ff77
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/config/router.config.js

+ 2 - 2
src/config/router.config.js

@@ -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: {