28395
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user