fixbug: 修复bug1239

merge-requests/76/head
xiaoguang 2 years ago
parent 32d3dd5938
commit ab41262326

@ -92,8 +92,17 @@ export default {
computed: {
...mapState(["userInfo", "token"]),
},
watch: {
userInfo: {
deep: true,
handler(val) {
if (val && Object.keys(val).length > 0) {
this.initData();
}
},
},
},
created() {
this.initData();
this.getOssConfig();
},
methods: {

Loading…
Cancel
Save