| | |
| | | {{ item.name }} |
| | | </div> |
| | | </div> |
| | | <div class="big-title">西湖区指挥调度平台</div> |
| | | <div class="big-title">{{ loginUserInfo.areaName }}指挥调度平台</div> |
| | | <div class="h-right"> |
| | | <div |
| | | v-for="(item, index) in rightList" |
| | |
| | | import { Message } from '@element-plus/icons-vue'; |
| | | import { ElMessage } from 'element-plus'; |
| | | import { ELocalStorageKey } from '@/utils/http/enums'; |
| | | import { useStore } from 'vuex' |
| | | |
| | | const router = useRouter(); |
| | | const route = useRoute(); |
| | | |
| | | const store = useStore() |
| | | const loginUserInfo = computed(() => store.state.user.userInfo.detail) |
| | | |
| | | const leftList = ref([ |
| | | { name: '首页', active: true, path: '/index' }, |
| | |
| | | } |
| | | |
| | | .big-title { |
| | | position: relative; |
| | | top: -12px; |
| | | // position: relative; |
| | | // top: -12px; |
| | | width: 500px; |
| | | height: 58px; |
| | | font-family: YouSheBiaoTiHei, YouSheBiaoTiHei; |