|
@@ -61,7 +61,7 @@ const router = new Router({
|
|
component: () => import("@/views/edit/index")
|
|
component: () => import("@/views/edit/index")
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: "/search",
|
|
|
|
|
|
+ path: "/search",
|
|
meta: {
|
|
meta: {
|
|
title: "选择项目"
|
|
title: "选择项目"
|
|
},
|
|
},
|
|
@@ -116,6 +116,13 @@ const router = new Router({
|
|
},
|
|
},
|
|
component: () => import("@/views/test/index")
|
|
component: () => import("@/views/test/index")
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ path: "/tests",
|
|
|
|
+ meta: {
|
|
|
|
+ title: "测试页面2"
|
|
|
|
+ },
|
|
|
|
+ component: () => import("@/views/test/list")
|
|
|
|
+ },
|
|
{
|
|
{
|
|
path: "/my",
|
|
path: "/my",
|
|
component: () => import("@/views/my/index"),
|
|
component: () => import("@/views/my/index"),
|