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 {
name: "AppMessageNotification",
appName: "消息通知",
appName: "群发通知",
data() {
return {
typeList: [

View File

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