BUG 25208

This commit is contained in:
aixianling
2021-12-03 15:43:23 +08:00
parent 7cc4236088
commit 3c00cfa69c

View File

@@ -64,6 +64,7 @@ export default {
}, },
created() { created() {
this.checkAccess() this.checkAccess()
document.title = "调查问卷"
} }
} }
</script> </script>