From 65270c3c81dba6917479b72895fcf93a0f88fa5d Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 9 Mar 2022 10:20:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppAskForm/FormSetting.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/AppAskForm/FormSetting.vue b/src/apps/AppAskForm/FormSetting.vue index 07b17ad3..95dca801 100644 --- a/src/apps/AppAskForm/FormSetting.vue +++ b/src/apps/AppAskForm/FormSetting.vue @@ -108,6 +108,7 @@ export default { } }, created() { + document.title = '表单设置' if (this.id) { this.getInfo(this.id) } else this.getFormSetting()