rk
2026-03-10 fa668c325f2dac348fb9f80c0c6c679f9ce1e41b
mini-program/pages/settings/settings.vue
@@ -146,6 +146,7 @@
               .then(res => {
                  if (res.code === 200) {
                     this.$store.commit('clear')
                     uni.$emit('loginOut')
                     uni.switchTab({
                        url: '/pages/index/index'
                     })