bug fixed
This commit is contained in:
@ -73,6 +73,21 @@ export const constantRoutes = [
|
||||
searchType: 2,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "searchList/lab",
|
||||
component: () => import("../views/website/searchList/lab.vue"),
|
||||
meta: {
|
||||
searchType: 8,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "searchList/lab/detail/:id",
|
||||
component: () =>
|
||||
import("../views/website/searchList/laboratoryDetail.vue"),
|
||||
meta: {
|
||||
searchType: 8,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "searchList/patent",
|
||||
component: () => import("../views/website/searchList/patent.vue"),
|
||||
|
Reference in New Issue
Block a user