导航栏title

This commit is contained in:
liuye
2021-12-23 16:56:41 +08:00
parent 496bd23980
commit 4b766bbeed
11 changed files with 11 additions and 2 deletions

View File

@@ -155,6 +155,7 @@ export default {
computed: { ...mapState(['user']) },
created() {
this.getType()
uni.setNavigationBarTitle({title: '新增人员'})
},
methods: {