@ -625,42 +625,31 @@ export const constantRouterMap = [
path : '/atlas' ,
path : '/atlas' ,
component : ( ) => import ( /* webpackChunkName: "fail" */ '@/views/seknowgroup/SeKnowAtlasList' )
component : ( ) => import ( /* webpackChunkName: "fail" */ '@/views/seknowgroup/SeKnowAtlasList' )
} ,
} ,
{
{
path : '/shopping' , //这里是你需要设置新窗口打开的页面的路径s
path : '/shopping/shopHome' , //这里是你需要设置新窗口打开的页面的路径s
component : ( ) => import ( '@views/shopping/shopHome' ) ,
component : ( ) => import ( '@/views/shopping/shopHome' ) ,
redirect : '/shopping/shopHome' ,
hidden : true ,
children : [
{
path : 'shopHome' ,
name : 'shopHome' ,
component : ( ) => import ( '@views/shopping/shopHome' ) ,
} ,
} ,
{
{
path : 'clothType' , //这里是你需要设置新窗口打开的页面的路径s
path : '/shopping/clothType' , //这里是你需要设置新窗口打开的页面的路径s
name : 'clothType' ,
name : 'clothType' ,
component : ( ) => import ( '@/views/shopping/pages/clothType' ) ,
component : ( ) => import ( '@/views/shopping/pages/clothType' ) ,
} ,
} ,
{
{
path : 'sirendingzhi' , //这里是你需要设置新窗口打开的页面的路径s
path : '/shopping/ClothDetail' , //这里是你需要设置新窗口打开的页面的路径s
name : 'sirendingzhi' ,
component : ( ) => import ( '@/views/shopping/pages/sirendingzhi' ) ,
} ,
{
path : 'ClothDetail' , //这里是你需要设置新窗口打开的页面的路径s
name : 'ClothDetail' ,
component : ( ) => import ( '@/views/shopping/pages/clothDetail' ) ,
component : ( ) => import ( '@/views/shopping/pages/clothDetail' ) ,
} ,
} ,
{
{
path : 'person' , //这里是你需要设置新窗口打开的页面的路径s
path : '/shopping/sirendingzhi' , //这里是你需要设置新窗口打开的页面的路径s
name : 'person' ,
component : ( ) => import ( '@/views/shopping/pages/sirendingzhi' ) ,
component : ( ) => import ( '@/views/shopping/pages/gerenzhongxin' ) ,
} ,
} ,
]
{
path : '/shopping/person' , //这里是你需要设置新窗口打开的页面的路径s
component : ( ) => import ( '@/views/shopping/pages/gerenzhongxin' ) ,
} ,
} ,
{
{
path : '/shopping/views/order' , //这里是你需要设置新窗口打开的页面的路径s
path : '/shopping/order' , //这里是你需要设置新窗口打开的页面的路径s
component : ( ) => import ( '@/views/shopping/pages/orderDetails' ) ,
component : ( ) => import ( '@/views/shopping/pages/orderDetails' ) ,
} ,
} ,
]
]