This commit is contained in:
bb_pan 2025-11-18 13:18:17 +08:00
parent 639c33969a
commit 8b0d86a8e5
1 changed files with 22 additions and 11 deletions

View File

@ -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',