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