This commit is contained in:
liuye
2022-06-27 15:13:49 +08:00
parent 2477bf4f7a
commit 8a5c639806
2 changed files with 4 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ import {mapState} from 'vuex'
export default { export default {
name: "AppMessageNotification", name: "AppMessageNotification",
appName: "消息通知", appName: "群发通知",
data() { data() {
return { return {
typeList: [ typeList: [

View File

@@ -7,10 +7,10 @@
<script> <script>
export default { export default {
name: 'AppPageMessage', name: 'AppPageMessage',
appName: '工作台(数据总览)', appName: '多级治理',
data() { data() {
return { return {
label: '数据总览', label: '多级治理',
appList: [ appList: [
{ {
name: '数据总览', name: '数据总览',
@@ -27,7 +27,7 @@ export default {
} }
}, },
onShow() { onShow() {
document.title = '数据总览' document.title = '多级治理'
}, },
methods: { methods: {