|
@@ -387,6 +387,19 @@ function setDetailRoute(accessedRoutes) {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
+ name: '网管课',
|
|
|
+ path: 'newPractice',
|
|
|
+ component: () => import('@/views/buildVip/index'),
|
|
|
+ hidden: true,
|
|
|
+ meta: {
|
|
|
+ noCache: '1',
|
|
|
+ title: '网管课申请',
|
|
|
+ belongTopMenu: "/business",
|
|
|
+ activeMenu: '/accompanyManager/accompany',
|
|
|
+ id: 'xx5'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
name: 'vip修改',
|
|
|
path: 'vipReset',
|
|
|
component: () => import('@/views/vipClass/vipReset'),
|