提交 2aedb723 authored 作者: Anix's avatar Anix

加入测试路由

上级 153410f7
...@@ -188,15 +188,40 @@ const routes = [ ...@@ -188,15 +188,40 @@ const routes = [
import("@/views/3d/index.vue"), import("@/views/3d/index.vue"),
}, },
{ {
path: "/test", path: "/test1",
name: "Test", name: "Test1",
component: () => component: () =>
// import("@/views/boutique/components/frgz/index.vue"),
// import("@/views/boutique/components/lphy/index.vue"),
// import("@/views/boutique/components/zs/index.vue"),
// import("@/views/boutique/components/wmsh/index.vue"),
import("@/views/boutique/components/wrf/index.vue"), import("@/views/boutique/components/wrf/index.vue"),
// import("@/views/boutique/components/gzgs/index.vue"), },
{
path: "/test2",
name: "Test2",
component: () =>
import("@/views/boutique/components/frgz/index.vue"),
},
{
path: "/test3",
name: "Test3",
component: () =>
import("@/views/boutique/components/lphy/index.vue"),
},
{
path: "/test4",
name: "Test4",
component: () =>
import("@/views/boutique/components/zs/index.vue"),
},
{
path: "/test5",
name: "Test5",
component: () =>
import("@/views/boutique/components/wmsh/index.vue"),
},
{
path: "/test6",
name: "Test6",
component: () =>
import("@/views/boutique/components/gzgs/index.vue"),
}, },
{ {
path: "/3dDetail", path: "/3dDetail",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论