From 8b0d86a8e542a20dad4fbe0a4a29008a04dd0dcc Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 18 Nov 2025 13:18:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index d1fb1f0..2b87058 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -274,6 +274,17 @@ const routes: Array = [ 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 = [ 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',