明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_front
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
jt_front
Commits
5bc37918
Commit
5bc37918
authored
Feb 02, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加消息中心模块
parent
bc902bc7
Pipeline
#106885
passed with stage
in 19 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
routes.js
src/router/routes.js
+8
-1
No files found.
src/router/routes.js
View file @
5bc37918
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment