首页搜索

This commit is contained in:
cxc
2022-10-13 17:42:32 +08:00
parent e8fb69f0e3
commit e2da1fd45b
46 changed files with 7598 additions and 456 deletions

View File

@ -43,6 +43,18 @@ export const constantRoutes = [
path: "",
component: () => import("../views/website/home/index.vue"),
},
{
path: 'searchList/enterprise',
component: () => import('../views/website/searchList/enterprise.vue'),
},
{
path: 'searchList/patent',
component: () => import('../views/website/searchList/patent.vue'),
},
{
path: 'searchList/expert',
component: () => import('../views/website/searchList/expert.vue'),
},
{
path: 'solution/:name',
name: 'solution',
@ -337,43 +349,43 @@ export const expertRoutes = [
// redirect: 'noRedirect',
redirect: "/account/bill",
children: [
{
path: "bill",
component: () => import("@/views/admin/expert/account/bill"),
name: "Bill",
meta: { title: "账单列表", icon: "list" },
},
{
path: "exchange",
component: () => import("@/views/admin/expert/account/exchange"),
name: "Exchange",
meta: { title: "兑换记录", icon: "list" },
},
// {
// path: "bill",
// component: () => import("@/views/admin/expert/account/bill"),
// name: "Bill",
// meta: { title: "账单列表", icon: "list" },
// },
// {
// path: "exchange",
// component: () => import("@/views/admin/expert/account/exchange"),
// name: "Exchange",
// meta: { title: "兑换记录", icon: "list" },
// },
{
path: "basicInfo",
component: () => import("@/views/admin/expert/account/basicInfo"),
name: "basicInfo",
meta: { title: "基本资料", icon: "list" },
},
{
path: "transactionAuth",
component: () => import("@/views/admin/expert/account/transactionAuth"),
name: "transactionAuth",
meta: { title: "交易认证", icon: "list" },
},
{
path: "profit",
component: () => import("@/views/admin/expert/account/profit"),
name: "profit",
meta: { title: "收益管理", icon: "list" },
},
{
path: "withdrawal",
component: () => import("@/views/admin/expert/account/withdrawal"),
hidden: true,
name: "Withdrawal",
meta: { title: "提现记录", icon: "list" },
},
// {
// path: "transactionAuth",
// component: () => import("@/views/admin/expert/account/transactionAuth"),
// name: "transactionAuth",
// meta: { title: "交易认证", icon: "list" },
// },
// {
// path: "profit",
// component: () => import("@/views/admin/expert/account/profit"),
// name: "profit",
// meta: { title: "收益管理", icon: "list" },
// },
// {
// path: "withdrawal",
// component: () => import("@/views/admin/expert/account/withdrawal"),
// hidden: true,
// name: "Withdrawal",
// meta: { title: "提现记录", icon: "list" },
// },
],
},
{
@ -396,26 +408,26 @@ export const expertRoutes = [
name: "Release",
meta: { title: "发布成果", icon: "list" },
},
{
path: "results",
component: () => import("@/views/admin/expert/technology/results"),
hidden: true,
name: "Results",
meta: { title: "匹配结果", icon: "list" },
},
// {
// path: "results",
// component: () => import("@/views/admin/expert/technology/results"),
// hidden: true,
// name: "Results",
// meta: { title: "匹配结果", icon: "list" },
// },
// {
// path: "patent",
// component: () => import("@/views/admin/expert/technology/patent"),
// name: "patent",
// meta: { title: "专利列表", icon: "list" },
// },
{
path: "claimPatent",
component: () => import("@/views/admin/expert/technology/claimPatent"),
hidden: true,
name: "claimPatent",
meta: { title: "认领专利", icon: "list" },
},
// {
// path: "claimPatent",
// component: () => import("@/views/admin/expert/technology/claimPatent"),
// hidden: true,
// name: "claimPatent",
// meta: { title: "认领专利", icon: "list" },
// },
{
path: "paper",
component: () => import("@/views/admin/expert/technology/paper"),