明树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
6fdf04db
Commit
6fdf04db
authored
Jan 27, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
可视化大屏开发
parent
0f77ad91
Pipeline
#106633
passed with stage
in 17 seconds
Changes
8
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
2154 additions
and
113 deletions
+2154
-113
activeLeft.png
src/assets/images/activeLeft.png
+0
-0
activeRight.png
src/assets/images/activeRight.png
+0
-0
leftDefault.png
src/assets/images/leftDefault.png
+0
-0
rightDetault.png
src/assets/images/rightDetault.png
+0
-0
titleBgc.png
src/assets/images/titleBgc.png
+0
-0
CommonMap.vue
src/components/CommonMap.vue
+126
-113
routes.js
src/router/routes.js
+6
-0
bigScreen.vue
src/views/everydayPage/bigScreen.vue
+2022
-0
No files found.
src/assets/images/activeLeft.png
0 → 100644
View file @
6fdf04db
13.6 KB
src/assets/images/activeRight.png
0 → 100644
View file @
6fdf04db
13.8 KB
src/assets/images/leftDefault.png
0 → 100644
View file @
6fdf04db
9.86 KB
src/assets/images/rightDetault.png
0 → 100644
View file @
6fdf04db
10.2 KB
src/assets/images/titleBgc.png
0 → 100644
View file @
6fdf04db
5.01 KB
src/components/CommonMap.vue
View file @
6fdf04db
This diff is collapsed.
Click to expand it.
src/router/routes.js
View file @
6fdf04db
...
...
@@ -211,6 +211,12 @@ const routes = [
title
:
"投资目标责任书"
,
component
:
()
=>
import
(
"@/views/everydayPage/shareAdd.vue"
),
},
{
path
:
"/bigScreen"
,
name
:
"bigScreen"
,
title
:
"可视化大屏"
,
component
:
()
=>
import
(
"@/views/everydayPage/bigScreen.vue"
),
},
],
},
{
...
...
src/views/everydayPage/bigScreen.vue
0 → 100644
View file @
6fdf04db
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