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