This commit is contained in:
yanran200730
2022-07-22 11:54:46 +08:00

View File

@@ -23,7 +23,7 @@ export default {
}
},
created() {
this.dict.load("menuType")
this.dict.load("menuType", "yesOrNo")
}
}
</script>