明树Git Lab

Commit 5bc37918 authored by zhanghan's avatar zhanghan

增加消息中心模块

parent bc902bc7
Pipeline #106885 passed with stage
in 19 seconds
...@@ -16,15 +16,22 @@ const routes = [ ...@@ -16,15 +16,22 @@ const routes = [
{ {
path: "/", path: "/",
name: "首页", name: "首页",
redirect: "/homePage", redirect: "/building",
component: MainLayout, component: MainLayout,
children: [ children: [
{
path: "/information",
name: "information",
title: "消息中心",
component: () => import("@/views/homePage/building.vue"),
},
{ {
path: "/homePage", path: "/homePage",
name: "dataSummary", name: "dataSummary",
title: "数据大屏", title: "数据大屏",
component: () => import("@/views/homePage/index.vue"), component: () => import("@/views/homePage/index.vue"),
}, },
{ {
path: "/projectManage", path: "/projectManage",
name: "projectManage", name: "projectManage",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment