This commit is contained in:
liuye
2022-02-15 09:03:27 +08:00
parent c507e613f1
commit 7828b195c5
5 changed files with 9 additions and 9 deletions

View File

@@ -38,7 +38,7 @@
<script> <script>
export default { export default {
appName: "公文流转", appName: "(山东)公文流转",
data() { data() {
return { return {
documentName: "", documentName: "",

View File

@@ -66,8 +66,8 @@ import echarts from 'echarts'
import {mapState} from 'vuex' import {mapState} from 'vuex'
export default { export default {
name: "AppVideoSurveillance", name: "AppIntelligentSecurity",
appName: "智慧安防", appName: "(山东)视频监控",
data() { data() {
return { return {
nodes: [ nodes: [

View File

@@ -10,7 +10,7 @@
<script> <script>
export default { export default {
name: 'AppPeopleList', name: 'AppPeopleList',
appName: '居民档案(山东)', appName: '(山东)居民档案',
data() { data() {
return { return {
bannerList: [ bannerList: [

View File

@@ -1,5 +1,5 @@
<template> <template>
<div class="AppMailList"> <div class="AppPhoneList">
<AiTopFixed> <AiTopFixed>
<!-- <div class="header-top"> <!-- <div class="header-top">
<div>区域选择</div> <div>区域选择</div>
@@ -53,8 +53,8 @@
<script> <script>
import { mapState } from 'vuex' import { mapState } from 'vuex'
export default { export default {
name: "AppMailList", name: "AppPhoneList",
appName: "便民通讯录(山东)", appName: "(山东)便民通讯录",
inject: { inject: {
root: {} root: {}
}, },
@@ -123,7 +123,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.AppMailList { .AppPhoneList {
::v-deep .fixed{ ::v-deep .fixed{
z-index: 9999; z-index: 9999;
} }