This commit is contained in:
parent
639c33969a
commit
8b0d86a8e5
|
|
@ -274,6 +274,17 @@ const routes: Array<RouteRecordRaw> = [
|
|||
isLogin: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/sourcingNeed',
|
||||
name: 'sourcingNeed',
|
||||
component: () => import('views/user/sourcingNeed/index.vue'),
|
||||
meta: {
|
||||
title: '需求管理',
|
||||
keepAlive: true,
|
||||
AuthFlag: false,
|
||||
isLogin: true,
|
||||
},
|
||||
},
|
||||
|
||||
// 个人中心
|
||||
{
|
||||
|
|
@ -487,17 +498,17 @@ const routes: Array<RouteRecordRaw> = [
|
|||
isLogin: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/sourcingNeed',
|
||||
name: 'sourcingNeed',
|
||||
component: () => import('views/user/sourcingNeed/index.vue'),
|
||||
meta: {
|
||||
title: '需求管理',
|
||||
keepAlive: true,
|
||||
AuthFlag: false,
|
||||
isLogin: true,
|
||||
},
|
||||
},
|
||||
// {
|
||||
// path: '/sourcingNeed',
|
||||
// name: 'sourcingNeed',
|
||||
// component: () => import('views/user/sourcingNeed/index.vue'),
|
||||
// meta: {
|
||||
// title: '需求管理',
|
||||
// keepAlive: true,
|
||||
// AuthFlag: false,
|
||||
// isLogin: true,
|
||||
// },
|
||||
// },
|
||||
{
|
||||
path: '/orderManagement',
|
||||
name: 'orderManagement',
|
||||
|
|
|
|||
Loading…
Reference in New Issue