明树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 = [
{
path: "/",
name: "首页",
redirect: "/homePage",
redirect: "/building",
component: MainLayout,
children: [
{
path: "/information",
name: "information",
title: "消息中心",
component: () => import("@/views/homePage/building.vue"),
},
{
path: "/homePage",
name: "dataSummary",
title: "数据大屏",
component: () => import("@/views/homePage/index.vue"),
},
{
path: "/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