This commit is contained in:
yanran200730
2022-03-21 20:09:59 +08:00
parent f0b470068a
commit cdf618104b
2 changed files with 6 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ import {mapActions} from "vuex";
export default {
name: 'AppAskForm',
appName: '问卷表单管理',
appName: '问卷表单',
data() {
return {
@@ -36,7 +36,6 @@ export default {
}
},
onShow() {
document.title = "问卷表单"
this.$refs?.TabPage?.show()
this.$nextTick(() => {
this.injectJWeixin(['sendChatMessage', 'shareAppMessage', 'shareWechatMessage']).then(() => {