This commit is contained in:
Iruka 2025-01-08 12:43:27 +08:00
parent 9377adbb76
commit bea8430045

View File

@ -126,6 +126,7 @@
const windowHeight = ref(uni.getSystemInfoSync().windowHeight - 50);
const popup = ref(null);
const rolses = store.state.user.roles;
uni.$on('refresh', () => {
avatar.value = store.state.user.avatar;
})