需求列表 产品列表
This commit is contained in:
@ -94,12 +94,12 @@ export const constantRoutes = [
|
||||
name: "enterprise",
|
||||
meta: { title: "企业入驻" },
|
||||
},
|
||||
// {
|
||||
// path:'expert',
|
||||
// component: () => import('@/views/identity/expert'),
|
||||
// name: 'expert',
|
||||
// meta: { title: '专家入驻'}
|
||||
// },
|
||||
{
|
||||
path: 'expert',
|
||||
component: () => import('@/views/identity/expert'),
|
||||
name: 'expert',
|
||||
meta: { title: '专家入驻' }
|
||||
},
|
||||
// {
|
||||
// path:'research',
|
||||
// component: () => import('@/views/identity/research'),
|
||||
@ -184,12 +184,12 @@ export const enterpriseRoutes = [
|
||||
name: "Bill",
|
||||
meta: { title: "账单列表", icon: "list" },
|
||||
},
|
||||
{
|
||||
path: "record",
|
||||
component: () => import("@/views/admin/enterprise/account/record"),
|
||||
name: "Record",
|
||||
meta: { title: "创新币兑换记录", icon: "list" },
|
||||
},
|
||||
// {
|
||||
// path: "record",
|
||||
// component: () => import("@/views/admin/enterprise/account/record"),
|
||||
// name: "Record",
|
||||
// meta: { title: "创新币兑换记录", icon: "list" },
|
||||
// },
|
||||
],
|
||||
},
|
||||
{
|
||||
@ -243,10 +243,10 @@ export const enterpriseRoutes = [
|
||||
meta: { title: "服务需求", icon: "list" },
|
||||
},
|
||||
{
|
||||
path: "release",
|
||||
component: () => import("@/views/admin/enterprise/demand/release"),
|
||||
path: "releaseService",
|
||||
component: () => import("@/views/admin/enterprise/demand/releaseService"),
|
||||
hidden: true,
|
||||
name: "release",
|
||||
name: "releaseService",
|
||||
meta: { title: "发布服务需求", icon: "list" },
|
||||
},
|
||||
{
|
||||
@ -256,10 +256,10 @@ export const enterpriseRoutes = [
|
||||
meta: { title: "技术需求", icon: "list" },
|
||||
},
|
||||
{
|
||||
path: "released",
|
||||
component: () => import("@/views/admin/enterprise/demand/released"),
|
||||
path: "releaseTechnology",
|
||||
component: () => import("@/views/admin/enterprise/demand/releaseTechnology"),
|
||||
hidden: true,
|
||||
name: "released",
|
||||
name: "releaseTechnology",
|
||||
meta: { title: "发布技术需求", icon: "list" },
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user