|
|
@@ -34,6 +34,9 @@ const router = new Router({
|
|
|
path: '/user',
|
|
|
name: 'user',
|
|
|
component: () => import('../pages/User'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/users',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/menus',
|
|
|
@@ -49,6 +52,9 @@ const router = new Router({
|
|
|
path: '/role',
|
|
|
name: 'role',
|
|
|
component: () => import('../pages/Role'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/roles',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/api',
|
|
|
@@ -64,6 +70,9 @@ const router = new Router({
|
|
|
path: '/genCode',
|
|
|
name: 'genCode',
|
|
|
component: () => import('../pages/GenCode'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/genCodes',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/permissions',
|
|
|
@@ -74,6 +83,9 @@ const router = new Router({
|
|
|
path: '/permission',
|
|
|
name: 'permission',
|
|
|
component: () => import('../pages/Permission'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/permissions',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/departs',
|
|
|
@@ -144,6 +156,9 @@ const router = new Router({
|
|
|
path: '/commonQuery',
|
|
|
name: 'commonQuery',
|
|
|
component: () => import('../pages/CommonQuery'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/commonQuerys',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/commonIframe',
|
|
|
@@ -159,6 +174,9 @@ const router = new Router({
|
|
|
path: '/queryConfig',
|
|
|
name: 'queryConfig',
|
|
|
component: () => import('../pages/QueryConfig'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/queryConfigs',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/dataSourceInfos',
|
|
|
@@ -169,6 +187,9 @@ const router = new Router({
|
|
|
path: '/dataSourceInfo',
|
|
|
name: 'dataSourceInfo',
|
|
|
component: () => import('../pages/DataSourceInfo'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/dataSourceInfos',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/deploySystem',
|
|
|
@@ -185,6 +206,9 @@ const router = new Router({
|
|
|
path: '/userOrder',
|
|
|
name: 'UserOrder',
|
|
|
component: () => import('../pages/UserOrder'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/userOrders',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/userOrders',
|
|
|
@@ -195,6 +219,9 @@ const router = new Router({
|
|
|
path: '/bannerInfo',
|
|
|
name: 'BannerInfo',
|
|
|
component: () => import('../pages/BannerInfo'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/bannerInfos',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/bannerInfos',
|
|
|
@@ -205,6 +232,9 @@ const router = new Router({
|
|
|
path: '/storeInfo',
|
|
|
name: 'StoreInfo',
|
|
|
component: () => import('../pages/StoreInfo'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/storeInfos',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/storeInfos',
|
|
|
@@ -215,6 +245,9 @@ const router = new Router({
|
|
|
path: '/userAddress',
|
|
|
name: 'UserAddress',
|
|
|
component: () => import('../pages/UserAddress'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/UserAddresss',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/userAddresss',
|
|
|
@@ -225,6 +258,9 @@ const router = new Router({
|
|
|
path: '/orderAddress',
|
|
|
name: 'OrderAddress',
|
|
|
component: () => import('../pages/OrderAddress'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/orderAddresss',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/orderAddresss',
|
|
|
@@ -235,6 +271,9 @@ const router = new Router({
|
|
|
path: '/productCollection',
|
|
|
name: 'ProductCollection',
|
|
|
component: () => import('../pages/ProductCollection'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/productCollections',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/productCollections',
|
|
|
@@ -245,6 +284,9 @@ const router = new Router({
|
|
|
path: '/storeCollection',
|
|
|
name: 'StoreCollection',
|
|
|
component: () => import('../pages/StoreCollection'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/storeCollections',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/storeCollections',
|
|
|
@@ -255,6 +297,9 @@ const router = new Router({
|
|
|
path: '/productComment',
|
|
|
name: 'ProductComment',
|
|
|
component: () => import('../pages/ProductComment'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/productComments',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/productComments',
|
|
|
@@ -265,6 +310,9 @@ const router = new Router({
|
|
|
path: '/productCommentImage',
|
|
|
name: 'ProductCommentImage',
|
|
|
component: () => import('../pages/ProductCommentImage'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/productCommentImages',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/productCommentImages',
|
|
|
@@ -275,6 +323,9 @@ const router = new Router({
|
|
|
path: '/couponInfo',
|
|
|
name: 'CouponInfo',
|
|
|
component: () => import('../pages/CouponInfo'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/couponInfos',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/couponInfos',
|
|
|
@@ -285,6 +336,9 @@ const router = new Router({
|
|
|
path: '/userCoupon',
|
|
|
name: 'UserCoupon',
|
|
|
component: () => import('../pages/UserCoupon'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/userCoupons',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/userCoupons',
|
|
|
@@ -295,6 +349,9 @@ const router = new Router({
|
|
|
path: '/memberCoin',
|
|
|
name: 'MemberCoin',
|
|
|
component: () => import('../pages/MemberCoin'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/memberCoins',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/memberCoins',
|
|
|
@@ -310,6 +367,9 @@ const router = new Router({
|
|
|
path: '/memberCoinTixian',
|
|
|
name: 'MemberCoinTixian',
|
|
|
component: () => import('../pages/MemberCoinTixian'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/memberCoinTixians',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/memberCoinTixians',
|
|
|
@@ -320,6 +380,9 @@ const router = new Router({
|
|
|
path: '/memberPoint',
|
|
|
name: 'MemberPoint',
|
|
|
component: () => import('../pages/MemberPoint'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/MemberPoints',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/memberPoints',
|
|
|
@@ -330,6 +393,9 @@ const router = new Router({
|
|
|
path: '/productInfo',
|
|
|
name: 'ProductInfo',
|
|
|
component: () => import('../pages/ProductInfo'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/productInfos',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/productInfos',
|
|
|
@@ -340,6 +406,9 @@ const router = new Router({
|
|
|
path: '/productPrice',
|
|
|
name: 'ProductPrice',
|
|
|
component: () => import('../pages/ProductPrice'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/ProductPrices',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/productPrices',
|
|
|
@@ -350,6 +419,9 @@ const router = new Router({
|
|
|
path: '/productImage',
|
|
|
name: 'ProductImage',
|
|
|
component: () => import('../pages/ProductImage'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/ProductImages',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/productImages',
|
|
|
@@ -360,6 +432,9 @@ const router = new Router({
|
|
|
path: '/systemConfig',
|
|
|
name: 'SystemConfig',
|
|
|
component: () => import('../pages/SystemConfig'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/systemConfigs',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/systemConfigs',
|
|
|
@@ -370,6 +445,9 @@ const router = new Router({
|
|
|
path: '/storeLabel',
|
|
|
name: 'StoreLabel',
|
|
|
component: () => import('../pages/StoreLabel'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/storeLabels',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/storeLabels',
|
|
|
@@ -380,6 +458,9 @@ const router = new Router({
|
|
|
path: '/alipayTemp',
|
|
|
name: 'AlipayTemp',
|
|
|
component: () => import('../pages/AlipayTemp'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/alipayTemps',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/alipayTemps',
|
|
|
@@ -390,6 +471,9 @@ const router = new Router({
|
|
|
path: '/wxpayTemp',
|
|
|
name: 'WxpayTemp',
|
|
|
component: () => import('../pages/WxpayTemp'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/wxpayTemps',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/wxpayTemps',
|
|
|
@@ -400,6 +484,9 @@ const router = new Router({
|
|
|
path: '/rechargeRecord',
|
|
|
name: 'RechargeRecord',
|
|
|
component: () => import('../pages/RechargeRecord'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/rechargeRecords',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/rechargeRecords',
|
|
|
@@ -410,6 +497,9 @@ const router = new Router({
|
|
|
path: '/couponDetail',
|
|
|
name: 'CouponDetail',
|
|
|
component: () => import('../pages/CouponDetail'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/couponDetails',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/couponDetails',
|
|
|
@@ -420,6 +510,9 @@ const router = new Router({
|
|
|
path: '/refundApplication',
|
|
|
name: 'RefundApplication',
|
|
|
component: () => import('../pages/RefundApplication'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/refundApplications',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/refundApplications',
|
|
|
@@ -430,6 +523,9 @@ const router = new Router({
|
|
|
path: '/refundMessage',
|
|
|
name: 'RefundMessage',
|
|
|
component: () => import('../pages/RefundMessage'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/refundMessages',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/refundMessages',
|
|
|
@@ -440,6 +536,9 @@ const router = new Router({
|
|
|
path: '/activityType',
|
|
|
name: 'ActivityType',
|
|
|
component: () => import('../pages/ActivityType'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/activityTypes',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/activityTypes',
|
|
|
@@ -450,6 +549,9 @@ const router = new Router({
|
|
|
path: '/activityInfo',
|
|
|
name: 'ActivityInfo',
|
|
|
component: () => import('../pages/ActivityInfo'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/activityInfos',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/activityInfos',
|
|
|
@@ -460,6 +562,9 @@ const router = new Router({
|
|
|
path: '/activityLog',
|
|
|
name: 'ActivityLog',
|
|
|
component: () => import('../pages/ActivityLog'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/activityLogs',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/activityLogs',
|
|
|
@@ -470,6 +575,9 @@ const router = new Router({
|
|
|
path: '/activityBanner',
|
|
|
name: 'ActivityBanner',
|
|
|
component: () => import('../pages/ActivityBanner'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/activityBanners',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/activityBanners',
|
|
|
@@ -480,6 +588,9 @@ const router = new Router({
|
|
|
path: '/logisticsInfo',
|
|
|
name: 'LogisticsInfo',
|
|
|
component: () => import('../pages/LogisticsInfo'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/logisticsInfos',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/logisticsInfos',
|
|
|
@@ -490,6 +601,9 @@ const router = new Router({
|
|
|
path: '/orderLogistics',
|
|
|
name: 'OrderLogistics',
|
|
|
component: () => import('../pages/OrderLogistics'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/orderLogisticss',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/orderLogisticss',
|
|
|
@@ -500,6 +614,9 @@ const router = new Router({
|
|
|
path: '/shoppingCart',
|
|
|
name: 'ShoppingCart',
|
|
|
component: () => import('../pages/ShoppingCart'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/shoppingCarts',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/shoppingCarts',
|
|
|
@@ -510,6 +627,9 @@ const router = new Router({
|
|
|
path: '/productParameter',
|
|
|
name: 'ProductParameter',
|
|
|
component: () => import('../pages/ProductParameter'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/productParameters',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/productParameters',
|
|
|
@@ -520,6 +640,9 @@ const router = new Router({
|
|
|
path: '/brandInfo',
|
|
|
name: 'BrandInfo',
|
|
|
component: () => import('../pages/BrandInfo'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/brandInfos',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/brandInfos',
|
|
|
@@ -530,6 +653,9 @@ const router = new Router({
|
|
|
path: '/itemType',
|
|
|
name: 'ItemType',
|
|
|
component: () => import('../pages/ItemType'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/itemTypes',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/itemTypes',
|
|
|
@@ -545,6 +671,9 @@ const router = new Router({
|
|
|
path: '/propertyName',
|
|
|
name: 'PropertyName',
|
|
|
component: () => import('../pages/PropertyName'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/propertyNames',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/propertyNames',
|
|
|
@@ -555,6 +684,9 @@ const router = new Router({
|
|
|
path: '/propertyValue',
|
|
|
name: 'PropertyValue',
|
|
|
component: () => import('../pages/PropertyValue'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/propertyValues',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/propertyValues',
|
|
|
@@ -565,6 +697,9 @@ const router = new Router({
|
|
|
path: '/productProperty',
|
|
|
name: 'ProductProperty',
|
|
|
component: () => import('../pages/ProductProperty'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/productPropertys',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/productPropertys',
|
|
|
@@ -575,6 +710,9 @@ const router = new Router({
|
|
|
path: '/productSku',
|
|
|
name: 'ProductSku',
|
|
|
component: () => import('../pages/ProductSku'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/productSkus',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/productSkus',
|
|
|
@@ -585,6 +723,9 @@ const router = new Router({
|
|
|
path: '/groupActivity',
|
|
|
name: 'GroupActivity',
|
|
|
component: () => import('../pages/GroupActivity'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/groupActivitys',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/groupActivitys',
|
|
|
@@ -595,6 +736,9 @@ const router = new Router({
|
|
|
path: '/groupInfo',
|
|
|
name: 'GroupInfo',
|
|
|
component: () => import('../pages/GroupInfo'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/groupInfos',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/groupInfos',
|
|
|
@@ -605,6 +749,9 @@ const router = new Router({
|
|
|
path: '/groupMember',
|
|
|
name: 'GroupMember',
|
|
|
component: () => import('../pages/GroupMember'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/groupMembers',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/groupMembers',
|
|
|
@@ -615,6 +762,9 @@ const router = new Router({
|
|
|
path: '/homeMenu',
|
|
|
name: 'HomeMenu',
|
|
|
component: () => import('../pages/HomeMenu'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/homeMenus',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/homeMenus',
|
|
|
@@ -625,6 +775,9 @@ const router = new Router({
|
|
|
path: '/homeAd',
|
|
|
name: 'HomeAd',
|
|
|
component: () => import('../pages/HomeAd'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/homeAds',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/homeAds',
|
|
|
@@ -635,6 +788,9 @@ const router = new Router({
|
|
|
path: '/storeIntroduction',
|
|
|
name: 'StoreIntroduction',
|
|
|
component: () => import('../pages/StoreIntroduction'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/storeIntroductions',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/storeIntroductions',
|
|
|
@@ -645,6 +801,9 @@ const router = new Router({
|
|
|
path: '/storeService',
|
|
|
name: 'StoreService',
|
|
|
component: () => import('../pages/StoreService'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/storeServices',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/storeServices',
|
|
|
@@ -655,6 +814,9 @@ const router = new Router({
|
|
|
path: '/storeServiceLevel',
|
|
|
name: 'StoreServiceLevel',
|
|
|
component: () => import('../pages/StoreServiceLevel'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/storeServiceLevels',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/storeServiceLevels',
|
|
|
@@ -665,6 +827,9 @@ const router = new Router({
|
|
|
path: '/storeCase',
|
|
|
name: 'StoreCase',
|
|
|
component: () => import('../pages/StoreCase'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/storeCases',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/storeCases',
|
|
|
@@ -675,6 +840,9 @@ const router = new Router({
|
|
|
path: '/wxMiniprogram',
|
|
|
name: 'WxMiniprogram',
|
|
|
component: () => import('../pages/WxMiniprogram'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/wxMiniprograms',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/wxMiniprograms',
|
|
|
@@ -685,6 +853,9 @@ const router = new Router({
|
|
|
path: '/userOrderDetail',
|
|
|
name: 'UserOrderDetail',
|
|
|
component: () => import('../pages/UserOrderDetail'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/userOrderDetails',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/userOrderDetails',
|
|
|
@@ -695,6 +866,9 @@ const router = new Router({
|
|
|
path: '/hotSearch',
|
|
|
name: 'HotSearch',
|
|
|
component: () => import('../pages/HotSearch'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/hotSearchs',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/hotSearchs',
|
|
|
@@ -705,6 +879,9 @@ const router = new Router({
|
|
|
path: '/orderService',
|
|
|
name: 'OrderService',
|
|
|
component: () => import('../pages/OrderService'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/orderServices',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/orderServices',
|
|
|
@@ -715,6 +892,9 @@ const router = new Router({
|
|
|
path: '/homeProductType',
|
|
|
name: 'HomeProductType',
|
|
|
component: () => import('../pages/HomeProductType'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/homeProductTypes',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/homeProductTypes',
|
|
|
@@ -725,6 +905,9 @@ const router = new Router({
|
|
|
path: '/homeProduct',
|
|
|
name: 'HomeProduct',
|
|
|
component: () => import('../pages/HomeProduct'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/homeProductTypes',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/homeProducts',
|
|
|
@@ -735,46 +918,73 @@ const router = new Router({
|
|
|
path: '/storeServiceType',
|
|
|
name: 'StoreServiceType',
|
|
|
component: () => import('../pages/StoreServiceType'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/storeServices',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/storeServiceTypes',
|
|
|
name: 'StoreServiceTypes',
|
|
|
component: () => import('../pages/StoreServiceTypes'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/storeServices',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/orderUpload',
|
|
|
name: 'orderUpload',
|
|
|
component: () => import('../pages/OrderUpload'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/userOrderDetails',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/choosePhoto',
|
|
|
name: 'choosePhoto',
|
|
|
component: () => import('../pages/ChoosePhoto'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/userOrderDetails',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/orderUploadChange',
|
|
|
name: 'orderUploadChange',
|
|
|
component: () => import('../pages/OrderUploadChange'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/userOrderDetails',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/orderUploadAlbum',
|
|
|
name: 'orderUploadAlbum',
|
|
|
component: () => import('../pages/OrderUploadAlbum'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/userOrderDetails',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/orderUploadChangeAlbum',
|
|
|
name: 'orderUploadChangeAlbum',
|
|
|
component: () => import('../pages/OrderUploadChangeAlbum'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/userOrderDetails',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/orderExamine',
|
|
|
name: 'orderExamine',
|
|
|
component: () => import('../pages/OrderExamine'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/userOrderDetails',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/orderExamineAlbum',
|
|
|
name: 'orderExamineAlbum',
|
|
|
component: () => import('../pages/OrderExamineAlbum'),
|
|
|
+ meta: {
|
|
|
+ menuInfo: '/userOrderDetails',
|
|
|
+ },
|
|
|
},
|
|
|
/**INSERT_LOCATION**/
|
|
|
],
|