明树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
c1d66a41
Commit
c1d66a41
authored
Dec 11, 2025
by
yangyajing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目管理调整,增加building页面
parent
25bbac44
Pipeline
#104486
passed with stage
in 14 seconds
Changes
4
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
115 additions
and
26 deletions
+115
-26
building.png
src/assets/images/building.png
+0
-0
index.js
src/router/index.js
+8
-2
building.vue
src/views/homePage/building.vue
+26
-0
addProject.vue
src/views/managePage/addProject.vue
+81
-24
No files found.
src/assets/images/building.png
0 → 100644
View file @
c1d66a41
71.9 KB
src/router/index.js
View file @
c1d66a41
...
@@ -17,8 +17,8 @@ const routes = [
...
@@ -17,8 +17,8 @@ const routes = [
children
:
[
children
:
[
{
{
path
:
'/homePage'
,
path
:
'/homePage'
,
name
:
'
数据大屏
'
,
name
:
'
dataSummary
'
,
title
:
'
dataSummary
'
,
title
:
'
数据大屏
'
,
component
:
()
=>
import
(
'@/views/homePage/index.vue'
),
component
:
()
=>
import
(
'@/views/homePage/index.vue'
),
meta
:
{
menuName
:
'数据大屏'
,
icon
:
'platform'
}
meta
:
{
menuName
:
'数据大屏'
,
icon
:
'platform'
}
},
},
...
@@ -125,6 +125,12 @@ const routes = [
...
@@ -125,6 +125,12 @@ const routes = [
}
}
]
]
},
},
{
path
:
"/building"
,
name
:
"building"
,
title
:
"建设中"
,
component
:
()
=>
import
(
"@/views/homePage/building.vue"
)
}
]
]
}
}
]
]
...
...
src/views/homePage/building.vue
0 → 100644
View file @
c1d66a41
<
template
>
<div
class=
"building-container"
>
<img
src=
"@/assets/images/building.png"
alt=
""
>
<div
class=
"title"
>
努力开发中……
</div>
</div>
</
template
>
<
script
setup
></
script
>
<
style
lang=
"less"
>
.building-container{
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
img{
max-width: 300px;
}
.title{
font-size: 18px;
color: #999;
}
}
</
style
>
\ No newline at end of file
src/views/managePage/addProject.vue
View file @
c1d66a41
This diff is collapsed.
Click to expand it.
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