明树Git Lab

Commit 80055ff0 authored by chenron's avatar chenron

修改

parent 48bee51e
......@@ -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 = {
......
......@@ -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
>
......
......@@ -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'
// }
]
}
]
......
......@@ -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;
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment