运营活动

This commit is contained in:
liuye
2023-01-18 10:04:50 +08:00
parent 2a7ab35e29
commit 9fbc8f7120
12 changed files with 1870 additions and 186 deletions

View File

@@ -52,7 +52,7 @@ import { mapState } from 'vuex'
export default {
name: 'AppWechatActivities',
appName: '企微活动',
appName: '运营活动',
data() {
return {
datas: [],
@@ -78,7 +78,7 @@ export default {
})
},
onShow() {
document.title = '企微活动'
document.title = '运营活动'
},
methods: {
getList() {