bug30361
This commit is contained in:
@@ -77,7 +77,7 @@ import {mapState} from 'vuex'
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "AppMessageNotification",
|
name: "AppMessageNotification",
|
||||||
appName: "消息通知",
|
appName: "群发通知",
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
typeList: [
|
typeList: [
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user