明树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
8538262d
Commit
8538262d
authored
Dec 17, 2025
by
yangyajing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大屏单独页面
parent
9f998810
Pipeline
#104818
passed with stage
in 14 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
App.vue
src/App.vue
+6
-1
index.js
src/router/index.js
+7
-0
No files found.
src/App.vue
View file @
8538262d
...
...
@@ -6,4 +6,9 @@
<
script
setup
></
script
>
<
style
scoped
lang=
"less"
></
style
>
<
style
scoped
lang=
"less"
>
.app-container{
width: 100%;
height: 100%;
}
</
style
>
src/router/index.js
View file @
8538262d
...
...
@@ -9,6 +9,13 @@ const routes = [
component
:
()
=>
import
(
'@/views/login/index.vue'
),
meta
:
{
nopermission
:
true
}
},
{
path
:
'/gzbPage'
,
name
:
'gzbPage'
,
title
:
'数据大屏'
,
component
:
()
=>
import
(
'@/views/homePage/index.vue'
),
meta
:
{
menuName
:
'数据大屏'
,
icon
:
'platform'
,
nopermission
:
true
}
},
{
path
:
'/'
,
name
:
'首页'
,
...
...
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