增加标题

This commit is contained in:
aixianling
2022-03-09 10:20:29 +08:00
parent 213923128a
commit 65270c3c81

View File

@@ -108,6 +108,7 @@ export default {
} }
}, },
created() { created() {
document.title = '表单设置'
if (this.id) { if (this.id) {
this.getInfo(this.id) this.getInfo(this.id)
} else this.getFormSetting() } else this.getFormSetting()