明树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
80055ff0
Commit
80055ff0
authored
Nov 28, 2025
by
chenron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
48bee51e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
47 deletions
+3
-47
CommonMap.vue
src/components/CommonMap.vue
+1
-1
MainLayout.vue
src/layouts/MainLayout.vue
+0
-2
index.js
src/router/index.js
+0
-43
Construct.vue
src/views/components/Construct.vue
+1
-0
index.vue
src/views/homePage/index.vue
+1
-1
No files found.
src/components/CommonMap.vue
View file @
80055ff0
...
...
@@ -5,7 +5,7 @@
</
template
>
<
script
setup
>
import
AMapLoader
from
"@amap/amap-jsapi-loader"
;
import
{
onMounted
}
from
"vue"
;
import
{
nextTick
,
onMounted
,
ref
}
from
"vue"
;
import
gansuLine
from
"./newLine.json"
;
let
map
=
null
;
window
.
_AMapSecurityConfig
=
{
...
...
src/layouts/MainLayout.vue
View file @
80055ff0
...
...
@@ -12,8 +12,6 @@
<span
class=
"username"
>
管理员
</span>
<template
#
dropdown
>
<el-dropdown-menu>
<el-dropdown-item>
个人中心
</el-dropdown-item>
<el-dropdown-item>
系统设置
</el-dropdown-item>
<el-dropdown-item
@
click=
"handleLogout"
>
退出登录
</el-dropdown-item
>
...
...
src/router/index.js
View file @
80055ff0
...
...
@@ -22,49 +22,6 @@ const routes = [
component
:
()
=>
import
(
'@/views/homePage/index.vue'
),
meta
:
{
menuName
:
'数据大屏'
,
icon
:
'home'
}
},
// {
// path: '/overview/monitor',
// name: 'monitor',
// component: () => import('@/views/overview/MonitorView.vue'),
// meta: { menuName: '实时监测', parent: '城市概览', icon: 'monitor' },
// title: 'cityOverview'
// },
// {
// path: '/overview/analysis',
// name: 'analysis',
// component: () => import('@/views/overview/AnalysisView.vue'),
// meta: { menuName: '统计分析', parent: '环境管理', icon: 'data-analysis' },
// title: 'environmentalManagement'
// },
// {
// path: '/traffic/status',
// name: 'traffic-status',
// component: () => import('@/views/traffic/StatusView.vue'),
// meta: { menuName: '实时路况', parent: '社区管理', icon: 'traffic' },
// title: 'communityManagement'
// },
// {
// path: '/traffic/control',
// name: 'traffic-control',
// component: () => import('@/views/traffic/ControlView.vue'),
// meta: { menuName: '信号灯控制', parent: '交通管理', icon: 'traffic-light' },
// title: 'trafficManagement'
// },
// {
// path: '/environment',
// name: 'environment',
// component: () => import('@/views/EnvironmentView.vue'),
// meta: { menuName: '环境监测', icon: 'environment' },
// title: 'environmentalMonitoring'
// },
// {
// path: '/worker',
// name: 'worker',
// component: () => import('@/views/worker/worker.vue'),
// meta: { menuName: '系统日志', icon: 'worker' },
// title: 'worker'
// }
]
}
]
...
...
src/views/components/Construct.vue
View file @
80055ff0
...
...
@@ -146,6 +146,7 @@ const recycleList = reactive([
.vh(top,26);
.vw(left,65);
height: 30%;
max-width: 83%;
background-image: url(/src/assets/images/baseRateRel.png);
background-size: 100% 100%;
background-repeat: no-repeat;
...
...
src/views/homePage/index.vue
View file @
80055ff0
...
...
@@ -80,7 +80,7 @@ import { reactive, ref } from "vue";
const
selectedLeftBtn
=
ref
(
"equity"
);
const
selectedRightBtn
=
ref
(
""
);
const
selectedContentBtn
=
ref
(
2
);
const
selectedContentBtn
=
ref
(
1
);
const
selectedContentName
=
ref
(
"立项"
);
const
isFullscreen
=
ref
(
false
);
const
showPopup
=
ref
(
false
);
...
...
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