|
|
@@ -254,6 +254,7 @@ const appmenu = {
|
|
|
urlType: 1,
|
|
|
component: 'Main',
|
|
|
icon: 'g-icon--bidding-filled',
|
|
|
+ hidden: true,
|
|
|
},
|
|
|
{
|
|
|
authType: 1,
|
|
|
@@ -416,6 +417,14 @@ const appmenu = {
|
|
|
url: 'partake',
|
|
|
urlType: 1,
|
|
|
component: 'views/centralize/partake/index.vue',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ authType: 3,
|
|
|
+ title: '详情',
|
|
|
+ code: 'centralize_partake_details',
|
|
|
+ component: 'views/centralize/partake/components/details/index.vue',
|
|
|
+ },
|
|
|
+ ]
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
@@ -671,6 +680,7 @@ const appmenu = {
|
|
|
urlType: 1,
|
|
|
component: 'Main',
|
|
|
icon: 'g-icon--bonded-filled',
|
|
|
+ hidden: true,
|
|
|
children: [
|
|
|
{
|
|
|
authType: 1,
|